vimPlugins.nerdtree-git-plugin: init at 2020-09-11
This commit is contained in:
parent
441818c4ff
commit
68896cd397
@ -2412,14 +2412,14 @@ let
|
|||||||
|
|
||||||
nerdtree-git-plugin = buildVimPluginFrom2Nix {
|
nerdtree-git-plugin = buildVimPluginFrom2Nix {
|
||||||
pname = "nerdtree-git-plugin";
|
pname = "nerdtree-git-plugin";
|
||||||
version = "2019-01-09";
|
version = "2020-09-11";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "albfan";
|
owner = "Xuyuanp";
|
||||||
repo = "nerdtree-git-plugin";
|
repo = "nerdtree-git-plugin";
|
||||||
rev = "95e20577cd442ad6256aff9bb2e9c80db05c13f0";
|
rev = "a8c031f11dd312f53357729ca47ad493e798aa86";
|
||||||
sha256 = "15i66mxvygs6xa2jvk7bqdagxx1lcvynmyb9g75whgbv7is80qn7";
|
sha256 = "1d64cmywhj43q9fkrh0kcfsxa7ijxcb1fbz38pxaacg082y6l0jy";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/albfan/nerdtree-git-plugin/";
|
meta.homepage = "https://github.com/Xuyuanp/nerdtree-git-plugin/";
|
||||||
};
|
};
|
||||||
|
|
||||||
neuron-vim = buildVimPluginFrom2Nix {
|
neuron-vim = buildVimPluginFrom2Nix {
|
||||||
|
@ -3,7 +3,6 @@ airblade/vim-gitgutter
|
|||||||
airblade/vim-rooter
|
airblade/vim-rooter
|
||||||
ajh17/Spacegray.vim
|
ajh17/Spacegray.vim
|
||||||
aklt/plantuml-syntax
|
aklt/plantuml-syntax
|
||||||
albfan/nerdtree-git-plugin
|
|
||||||
altercation/vim-colors-solarized
|
altercation/vim-colors-solarized
|
||||||
alvan/vim-closetag
|
alvan/vim-closetag
|
||||||
alx741/vim-hindent
|
alx741/vim-hindent
|
||||||
@ -604,6 +603,7 @@ xavierd/clang_complete
|
|||||||
xolox/vim-easytags
|
xolox/vim-easytags
|
||||||
xolox/vim-misc
|
xolox/vim-misc
|
||||||
xuhdev/vim-latex-live-preview
|
xuhdev/vim-latex-live-preview
|
||||||
|
Xuyuanp/nerdtree-git-plugin
|
||||||
ycm-core/YouCompleteMe
|
ycm-core/YouCompleteMe
|
||||||
Yggdroot/indentLine
|
Yggdroot/indentLine
|
||||||
Yilin-Yang/vim-markbar
|
Yilin-Yang/vim-markbar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user