vimPlugins.vim-subversive: Init at 2019-07-28

This commit is contained in:
Chuck 2019-12-03 14:13:29 -08:00 committed by Jon
parent 357c541f82
commit c768e2338f
2 changed files with 12 additions and 0 deletions

View File

@ -5030,6 +5030,17 @@ let
};
};
vim-subversive = buildVimPluginFrom2Nix {
pname = "vim-subversive";
version = "2019-07-28";
src = fetchFromGitHub {
owner = "svermeulen";
repo = "vim-subversive";
rev = "5837cb38f656f120e7a04ae73f749303d78b9191";
sha256 = "0n04mxdq80xkjgi75n1c2gg2s6am5kns8rj7pz6dvvlqr4vxyrjf";
};
};
vim-surround = buildVimPluginFrom2Nix {
pname = "vim-surround";
version = "2019-11-28";

View File

@ -402,6 +402,7 @@ slashmili/alchemist.vim
sonph/onehalf
stefandtw/quickfix-reflector.vim
stephpy/vim-yaml
svermeulen/vim-subversive
t9md/vim-choosewin
t9md/vim-smalls
takac/vim-hardtime