nvim: switch to cmp's signature plugin

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent 8feb9f955d
commit bb9ba38452
4 changed files with 5 additions and 17 deletions

View File

@ -22,6 +22,7 @@ cmp.setup({
},
sources = {
{ name = "nvim_lsp" },
{ name = "nvim_lsp_signature_help" },
{ name = "path" },
{ name = "buffer", keyword_length = 5 },
{ name = "vsnip" },