refactor: include the signature help plugin

This commit is contained in:
Dinesh Salunke 2023-06-17 16:41:25 +05:30
parent 624c430915
commit 2c553e9780

View File

@ -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,