feat: add basic function signature help

This commit is contained in:
rfletchr 2025-02-16 17:54:33 +00:00
parent 94f551b803
commit 82703e86ae
1 changed files with 3 additions and 0 deletions

View File

@ -767,6 +767,8 @@ require('lazy').setup({
-- into multiple repos for maintenance purposes. -- into multiple repos for maintenance purposes.
'hrsh7th/cmp-nvim-lsp', 'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-path', 'hrsh7th/cmp-path',
'hrsh7th/cmp-path',
'htsh7th/cmp-nvim-lsp-signature-help',
}, },
config = function() config = function()
-- See `:help cmp` -- See `:help cmp`
@ -843,6 +845,7 @@ require('lazy').setup({
{ name = 'nvim_lsp' }, { name = 'nvim_lsp' },
{ name = 'luasnip' }, { name = 'luasnip' },
{ name = 'path' }, { name = 'path' },
{ name = 'nvin_lsp_signature_help' },
}, },
} }
end, end,