vimPlugins.cmp-npm: init at 2021-10-27
This commit is contained in:
parent
82e3d3122b
commit
f845924568
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue