Skip to content

Commit 63862b4

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 3e6e640 commit 63862b4

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
@@ -703,6 +703,8 @@ require('lazy').setup({
703703
-- into multiple repos for maintenance purposes.
704704
'hrsh7th/cmp-nvim-lsp',
705705
'hrsh7th/cmp-path',
706+
'hrsh7th/cmp-path',
707+
'htsh7th/cmp-nvim-lsp-signature-help',
706708
},
707709
config = function()
708710
-- See `:help cmp`
@@ -779,6 +781,7 @@ require('lazy').setup({
779781
{ name = 'nvim_lsp' },
780782
{ name = 'luasnip' },
781783
{ name = 'path' },
784+
{ name = 'nvim_lsp_signature_help' },
782785
},
783786
}
784787
end,

0 commit comments

Comments
 (0)