forked from dineshsalunke/nvim-config
refactor: include the signature help plugin
This commit is contained in:
parent
624c430915
commit
2c553e9780
@ -37,6 +37,7 @@ return {
|
||||
"hrsh7th/cmp-buffer",
|
||||
"hrsh7th/cmp-path",
|
||||
"saadparwaiz1/cmp_luasnip",
|
||||
"hrsh7th/cmp-nvim-lsp-signature-help",
|
||||
},
|
||||
opts = function()
|
||||
vim.api.nvim_set_hl(0, "CmpGhostText", { link = "Comment", default = true })
|
||||
@ -62,6 +63,7 @@ return {
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "buffer", keyword_length = 5 },
|
||||
{ name = "luasnip", keyword_length = 3 },
|
||||
{ name = "nvim_lsp_signature_help" },
|
||||
}),
|
||||
}
|
||||
end,
|
||||
|
Loading…
x
Reference in New Issue
Block a user