Skip to content

Commit 282cbb9

Browse files
rfletchrmakew0rld
andauthored
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>
1 parent ebca680 commit 282cbb9

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
@@ -786,6 +786,8 @@ require('lazy').setup({
786786
-- into multiple repos for maintenance purposes.
787787
'hrsh7th/cmp-nvim-lsp',
788788
'hrsh7th/cmp-path',
789+
'hrsh7th/cmp-path',
790+
'htsh7th/cmp-nvim-lsp-signature-help',
789791
},
790792
config = function()
791793
-- See `:help cmp`
@@ -862,6 +864,7 @@ require('lazy').setup({
862864
{ name = 'nvim_lsp' },
863865
{ name = 'luasnip' },
864866
{ name = 'path' },
867+
{ name = 'nvim_lsp_signature_help' },
865868
},
866869
}
867870
end,

0 commit comments

Comments
 (0)