vimPlugins.vim-helm: init at 2020-01-02

This commit is contained in:
"Vincent Cui" 2021-04-19 23:08:00 +02:00 committed by Vincent Cui
parent de69947e83
commit 12ece33098
2 changed files with 13 additions and 0 deletions

View File

@ -6314,6 +6314,18 @@ let
meta.homepage = "https://github.com/bitc/vim-hdevtools/";
};
vim-helm = buildVimPluginFrom2Nix {
pname = "vim-helm";
version = "2020-01-02";
src = fetchFromGitHub {
owner = "towolf";
repo = "vim-helm";
rev = "2c2e2e936607ed93f8f75de2066d04feff0e8e81";
sha256 = "1vlaqcxxsbys0ybk2x7ri1flyx412ak0dmanqg1cdig6xzhna2kc";
};
meta.homepage = "https://github.com/towolf/vim-helm/";
};
vim-hexokinase = buildVimPluginFrom2Nix {
pname = "vim-hexokinase";
version = "2021-03-31";

View File

@ -626,6 +626,7 @@ tommcdo/vim-ninja-feet
tomtom/tcomment_vim
tomtom/tlib_vim
tools-life/taskwiki
towolf/vim-helm
tpope/vim-abolish
tpope/vim-capslock
tpope/vim-commentary