vimPlugins.asterisk: init at 2019-09-23

This commit is contained in:
Tobias Mayer 2019-10-03 10:25:39 +02:00 committed by Jon
parent 33a095fb9e
commit 7b29837a69
2 changed files with 12 additions and 0 deletions

View File

@ -2939,6 +2939,17 @@ let
};
};
vim-asterisk = buildVimPluginFrom2Nix {
pname = "vim-asterisk";
version = "2019-09-23";
src = fetchFromGitHub {
owner = "haya14busa";
repo = "vim-asterisk";
rev = "7cf0d8f379babbdbf538aefe3af444ac4ba21dce";
sha256 = "0y21ziz36sqa84dy9pv2jnr0ppalxn54bsk82zfc6064h3bqn77r";
};
};
vim-auto-save = buildVimPluginFrom2Nix {
pname = "vim-auto-save";
version = "2019-03-19";

View File

@ -101,6 +101,7 @@ guns/xterm-color-table.vim
hashivim/vim-terraform
haya14busa/incsearch-easymotion.vim
haya14busa/incsearch.vim
haya14busa/vim-asterisk
heavenshell/vim-jsdoc
hecal3/vim-leader-guide
HerringtonDarkholme/yats.vim