Merge pull request #16134 from erikryb/master

vimPlugins: add localvimrc
This commit is contained in:
Arseniy Seroka 2016-06-12 00:29:40 +03:00 committed by GitHub
commit 60a2d81ac4
2 changed files with 12 additions and 0 deletions

View File

@ -638,6 +638,17 @@ rec {
dependencies = [];
};
vim-localvimrc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-localvimrc-2016-06-06";
src = fetchgit {
url = "git://github.com/embear/vim-localvimrc";
rev = "f104384cd9127b5a75ed889b551fd7f46faeb74a";
sha256 = "0k1ava8nhshkm7llhmagpsmvgwy8xcc0mn3chdk6hz8gzz9755py";
};
dependencies = [];
};
tslime-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "tslime-vim-2015-08-14";

View File

@ -32,6 +32,7 @@
"github:ctrlpvim/ctrlp.vim"
"github:digitaltoad/vim-jade"
"github:eagletmt/neco-ghc"
"github:embear/vim-localvimrc"
"github:enomsg/vim-haskellConcealPlus"
"github:esneider/YUNOcommit.vim"
"github:fatih/vim-go"