mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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 {
|
||||
pname = "nerdtree-git-plugin";
|
||||
version = "2019-01-09";
|
||||
version = "2020-09-11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "albfan";
|
||||
owner = "Xuyuanp";
|
||||
repo = "nerdtree-git-plugin";
|
||||
rev = "95e20577cd442ad6256aff9bb2e9c80db05c13f0";
|
||||
sha256 = "15i66mxvygs6xa2jvk7bqdagxx1lcvynmyb9g75whgbv7is80qn7";
|
||||
rev = "a8c031f11dd312f53357729ca47ad493e798aa86";
|
||||
sha256 = "1d64cmywhj43q9fkrh0kcfsxa7ijxcb1fbz38pxaacg082y6l0jy";
|
||||
};
|
||||
meta.homepage = "https://github.com/albfan/nerdtree-git-plugin/";
|
||||
meta.homepage = "https://github.com/Xuyuanp/nerdtree-git-plugin/";
|
||||
};
|
||||
|
||||
neuron-vim = buildVimPluginFrom2Nix {
|
||||
|
|
|
@ -3,7 +3,6 @@ airblade/vim-gitgutter
|
|||
airblade/vim-rooter
|
||||
ajh17/Spacegray.vim
|
||||
aklt/plantuml-syntax
|
||||
albfan/nerdtree-git-plugin
|
||||
altercation/vim-colors-solarized
|
||||
alvan/vim-closetag
|
||||
alx741/vim-hindent
|
||||
|
@ -604,6 +603,7 @@ xavierd/clang_complete
|
|||
xolox/vim-easytags
|
||||
xolox/vim-misc
|
||||
xuhdev/vim-latex-live-preview
|
||||
Xuyuanp/nerdtree-git-plugin
|
||||
ycm-core/YouCompleteMe
|
||||
Yggdroot/indentLine
|
||||
Yilin-Yang/vim-markbar
|
||||
|
|
Loading…
Reference in a new issue