Skip to content

Commit f6486f5

Browse files
rfletchrmakew0rld
authored andcommitted
feat: add basic function signature help (nvim-lua#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 f827f8f commit f6486f5

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
@@ -717,6 +717,8 @@ require('lazy').setup({
717717
-- into multiple repos for maintenance purposes.
718718
'hrsh7th/cmp-nvim-lsp',
719719
'hrsh7th/cmp-path',
720+
'hrsh7th/cmp-path',
721+
'htsh7th/cmp-nvim-lsp-signature-help',
720722
},
721723
config = function()
722724
-- See `:help cmp`
@@ -793,6 +795,7 @@ require('lazy').setup({
793795
{ name = 'nvim_lsp' },
794796
{ name = 'luasnip' },
795797
{ name = 'path' },
798+
{ name = 'nvim_lsp_signature_help' },
796799
},
797800
}
798801
end,

0 commit comments

Comments
 (0)