Skip to content

Commit 82703e8

Browse files
committed
feat: add basic function signature help
1 parent 94f551b commit 82703e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,8 @@ require('lazy').setup({
767767
-- into multiple repos for maintenance purposes.
768768
'hrsh7th/cmp-nvim-lsp',
769769
'hrsh7th/cmp-path',
770+
'hrsh7th/cmp-path',
771+
'htsh7th/cmp-nvim-lsp-signature-help',
770772
},
771773
config = function()
772774
-- See `:help cmp`
@@ -843,6 +845,7 @@ require('lazy').setup({
843845
{ name = 'nvim_lsp' },
844846
{ name = 'luasnip' },
845847
{ name = 'path' },
848+
{ name = 'nvin_lsp_signature_help' },
846849
},
847850
}
848851
end,

0 commit comments

Comments
 (0)