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/";
|
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 {
|
vim-vue = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-vue";
|
pname = "vim-vue";
|
||||||
version = "2019-08-03";
|
version = "2019-08-03";
|
||||||
|
@ -144,6 +144,7 @@ henrik/vim-indexed-search
|
|||||||
HerringtonDarkholme/yats.vim
|
HerringtonDarkholme/yats.vim
|
||||||
honza/vim-snippets
|
honza/vim-snippets
|
||||||
hotwatermorning/auto-git-diff
|
hotwatermorning/auto-git-diff
|
||||||
|
hrsh7th/vim-vsnip
|
||||||
hsanson/vim-android
|
hsanson/vim-android
|
||||||
hsitz/VimOrganizer
|
hsitz/VimOrganizer
|
||||||
iamcco/coc-spell-checker
|
iamcco/coc-spell-checker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user