feat: add basic function signature help (#1358)

* feat: add basic function signature help

* Update init.lua

Co-authored-by: makeworld <25111343+makew0rld@users.noreply.github.com>

---------

Co-authored-by: makeworld <25111343+makew0rld@users.noreply.github.com>
This commit is contained in:
Rob 2025-02-18 00:12:06 +00:00 committed by Nickalas Cason
parent 427b73325c
commit db1e023616
1 changed files with 3 additions and 0 deletions

View File

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