nerdtree-git-plugin: init at 2017-03-12

This commit is contained in:
Jörg Thalheim 2017-06-16 10:55:06 +01:00
parent a3f054d8ad
commit d3ceaccb42
2 changed files with 12 additions and 0 deletions

View file

@ -462,6 +462,17 @@ rec {
};
nerdtree-git-plugin = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "nerdtree-git-plugin-2017-03-12";
src = fetchgit {
url = "https://github.com/albfan/nerdtree-git-plugin";
rev = "d79a5d5a1b3bc5fab3ba94db44a8b2e5a211d61d";
sha256 = "0i77wijbr021zfv096ja15f5l52phvsd5gziqn1m3k60qkmb9gkj";
};
dependencies = [];
};
vim-closetag = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-closetag-2017-05-13";
src = fetchgit {

View file

@ -27,6 +27,7 @@
"github:LnL7/vim-nix"
"github:Quramy/tsuquyomi"
"github:Shougo/deoplete.nvim"
"github:albfan/nerdtree-git-plugin"
"github:ajh17/Spacegray.vim"
"github:alvan/vim-closetag"
"github:ap/vim-css-color"