vimPlugins.cmp-vim-lsp: init at 2021-10-26

This commit is contained in:
Mr Hedgehog 2022-05-13 08:09:07 -04:00
parent 9782b8161e
commit 68dd2e5c8a
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View file

@ -1372,6 +1372,18 @@ final: prev:
meta.homepage = "https://github.com/lukas-reineke/cmp-under-comparator/";
};
cmp-vim-lsp = buildVimPluginFrom2Nix {
pname = "cmp-vim-lsp";
version = "2021-10-26";
src = fetchFromGitHub {
owner = "dmitmel";
repo = "cmp-vim-lsp";
rev = "b13312a8c1a74a8747e64117f26f17390e8abfa8";
sha256 = "1f43qwxr8l2qj4mq1lfk5z3c0bqs8dlgyy1yj1acpnknrgi8572p";
};
meta.homepage = "https://github.com/dmitmel/cmp-vim-lsp/";
};
cmp-vsnip = buildVimPluginFrom2Nix {
pname = "cmp-vsnip";
version = "2021-11-10";

View file

@ -115,6 +115,7 @@ https://github.com/tzachar/cmp-tabnine/,,
https://github.com/andersevenrud/cmp-tmux/,,
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/saadparwaiz1/cmp_luasnip/,,
https://github.com/vn-ki/coc-clap/,,