vimPlugins.cmp-zsh: init at 2022-01-18

This commit is contained in:
Mr Hedgehog 2022-05-13 08:14:49 -04:00
parent b6e370d291
commit 82e3d3122b
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View file

@ -1480,6 +1480,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-vsnip/";
};
cmp-zsh = buildVimPluginFrom2Nix {
pname = "cmp-zsh";
version = "2022-01-18";
src = fetchFromGitHub {
owner = "tamago324";
repo = "cmp-zsh";
rev = "1d8133e5637c73b3eb392682ae9661d521738268";
sha256 = "0122lf44yqjp01znp7gnc682yx7fikjkzc5njp73lmys76321lz3";
};
meta.homepage = "https://github.com/tamago324/cmp-zsh/";
};
cmp_luasnip = buildVimPluginFrom2Nix {
pname = "cmp_luasnip";
version = "2022-05-01";

View file

@ -124,6 +124,7 @@ https://github.com/ray-x/cmp-treesitter/,,
https://github.com/lukas-reineke/cmp-under-comparator/,,
https://github.com/dmitmel/cmp-vim-lsp/,HEAD,
https://github.com/hrsh7th/cmp-vsnip/,,
https://github.com/tamago324/cmp-zsh/,HEAD,
https://github.com/saadparwaiz1/cmp_luasnip/,,
https://github.com/vn-ki/coc-clap/,,
https://github.com/neoclide/coc-denite/,,