vimPlugins.cmp-npm: init at 2021-10-27

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

View file

@ -1276,6 +1276,18 @@ final: prev:
meta.homepage = "https://github.com/notomo/cmp-neosnippet/";
};
cmp-npm = buildVimPluginFrom2Nix {
pname = "cmp-npm";
version = "2021-10-27";
src = fetchFromGitHub {
owner = "David-Kunz";
repo = "cmp-npm";
rev = "4b6166c3feeaf8dae162e33ee319dc5880e44a29";
sha256 = "0lkrbj5pswyb161hi424bii394qfdhm7v86x18a5fs2cmkwi0222";
};
meta.homepage = "https://github.com/David-Kunz/cmp-npm/";
};
cmp-nvim-lsp = buildVimPluginFrom2Nix {
pname = "cmp-nvim-lsp";
version = "2022-05-16";

View file

@ -107,6 +107,7 @@ https://github.com/tzachar/cmp-fuzzy-path/,HEAD,
https://github.com/petertriho/cmp-git/,HEAD,
https://github.com/kdheepak/cmp-latex-symbols/,,
https://github.com/notomo/cmp-neosnippet/,HEAD,
https://github.com/David-Kunz/cmp-npm/,HEAD,
https://github.com/hrsh7th/cmp-nvim-lsp/,,
https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/,,
https://github.com/hrsh7th/cmp-nvim-lsp-signature-help/,HEAD,