Navigation Menu

Skip to content

Commit

Permalink
vimPlugins.vim-subversive: Init at 2019-07-28
Browse files Browse the repository at this point in the history
  • Loading branch information
chkno authored and jonringer committed Dec 4, 2019
1 parent 357c541 commit c768e23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -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
Expand Down

0 comments on commit c768e23

Please sign in to comment.