mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
nerdtree-git-plugin: init at 2017-03-12
This commit is contained in:
parent
a3f054d8ad
commit
d3ceaccb42
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user