vimPlugins.vim-vsnip: init at 2020-06-04

This commit is contained in:
Roman Volosatovs 2020-06-08 12:08:14 +02:00 committed by Jon
parent 720efe2d1b
commit 350764aa20
2 changed files with 13 additions and 0 deletions

View File

@ -6912,6 +6912,18 @@ let
meta.homepage = "https://github.com/thinca/vim-visualstar/";
};
vim-vsnip = buildVimPluginFrom2Nix {
pname = "vim-vsnip";
version = "2020-06-04";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "vim-vsnip";
rev = "c95bb8bc2ff05e2261488497c050d63786c11a16";
sha256 = "0vp98v3wcsmicpa4lzfg3v6scr67wfj36aj1qxwdkx7ahyc6c75g";
};
meta.homepage = "https://github.com/hrsh7th/vim-vsnip/";
};
vim-vue = buildVimPluginFrom2Nix {
pname = "vim-vue";
version = "2019-08-03";

View File

@ -144,6 +144,7 @@ henrik/vim-indexed-search
HerringtonDarkholme/yats.vim
honza/vim-snippets
hotwatermorning/auto-git-diff
hrsh7th/vim-vsnip
hsanson/vim-android
hsitz/VimOrganizer
iamcco/coc-spell-checker