Skip to content

Commit 3d20d17

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 bcf2145 commit 3d20d17

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
@@ -865,6 +865,8 @@ require('lazy').setup({
865865
-- into multiple repos for maintenance purposes.
866866
'hrsh7th/cmp-nvim-lsp',
867867
'hrsh7th/cmp-path',
868+
'hrsh7th/cmp-path',
869+
'htsh7th/cmp-nvim-lsp-signature-help',
868870
},
869871
config = function()
870872
-- See `:help cmp`
@@ -941,6 +943,7 @@ require('lazy').setup({
941943
{ name = 'nvim_lsp' },
942944
{ name = 'luasnip' },
943945
{ name = 'path' },
946+
{ name = 'nvim_lsp_signature_help' },
944947
},
945948
}
946949
end,

0 commit comments

Comments
 (0)