diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix index 98a8a4ddf24..1ac2e82b4b0 100644 --- a/pkgs/misc/vim-plugins/default.nix +++ b/pkgs/misc/vim-plugins/default.nix @@ -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"; diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names index cdb411051aa..1771a618e14 100644 --- a/pkgs/misc/vim-plugins/vim-plugin-names +++ b/pkgs/misc/vim-plugins/vim-plugin-names @@ -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"