mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
vimPlugins.vim-vsnip: init at 2020-06-04
This commit is contained in:
parent
720efe2d1b
commit
350764aa20
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user