nvim: switch to cmp's signature plugin
This commit is contained in:
@ -22,6 +22,7 @@ cmp.setup({
|
||||
},
|
||||
sources = {
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "nvim_lsp_signature_help" },
|
||||
{ name = "path" },
|
||||
{ name = "buffer", keyword_length = 5 },
|
||||
{ name = "vsnip" },
|
||||
|
||||
Reference in New Issue
Block a user