feat(nvim): add nvim_lsp_signature_help

This commit is contained in:
Oliver Davies 2022-12-26 21:06:11 +00:00
parent fcccc0906b
commit e4a1c2fb37
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ cmp.setup {
}, },
sources = { sources = {
{ name = "nvim_lsp_signature_help" },
{ name = "nvim_lsp" }, { name = "nvim_lsp" },
{ name = "nvim_lua" }, { name = "nvim_lua" },
{ name = "cmp_tabnine" }, { name = "cmp_tabnine" },

View file

@ -129,6 +129,7 @@
cmp-buffer cmp-buffer
cmp-cmdline cmp-cmdline
cmp-nvim-lsp cmp-nvim-lsp
cmp-nvim-lsp-signature-help
cmp-path cmp-path
cmp-tabnine cmp-tabnine
cmp-treesitter cmp-treesitter