vimPlugins.cmp-nvim-lsp-signature-help: init at 2022-03-29
This commit is contained in:
parent
bcb285921b
commit
9782b8161e
2 changed files with 13 additions and 0 deletions
|
@ -1228,6 +1228,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/";
|
||||
};
|
||||
|
||||
cmp-nvim-lsp-signature-help = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-nvim-lsp-signature-help";
|
||||
version = "2022-03-29";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hrsh7th";
|
||||
repo = "cmp-nvim-lsp-signature-help";
|
||||
rev = "8014f6d120f72fe0a135025c4d41e3fe41fd411b";
|
||||
sha256 = "1k61aw9mp012h625jqrf311vnsm2rg27k08lxa4nv8kp6nk7il29";
|
||||
};
|
||||
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp-signature-help/";
|
||||
};
|
||||
|
||||
cmp-nvim-lua = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-nvim-lua";
|
||||
version = "2021-10-11";
|
||||
|
|
|
@ -103,6 +103,7 @@ https://github.com/kdheepak/cmp-latex-symbols/,,
|
|||
https://github.com/notomo/cmp-neosnippet/,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,
|
||||
https://github.com/hrsh7th/cmp-nvim-lua/,,
|
||||
https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,,
|
||||
https://github.com/hrsh7th/cmp-omni/,,
|
||||
|
|
Loading…
Reference in a new issue