Skip to content

Commit 55cf6cb

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 <[email protected]> --------- Co-authored-by: makeworld <[email protected]>
1 parent 2cacba5 commit 55cf6cb

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
@@ -985,6 +985,8 @@ require('lazy').setup({
985985
-- into multiple repos for maintenance purposes.
986986
'hrsh7th/cmp-nvim-lsp',
987987
'hrsh7th/cmp-path',
988+
'hrsh7th/cmp-path',
989+
'htsh7th/cmp-nvim-lsp-signature-help',
988990
},
989991
config = function()
990992
-- See `:help cmp`
@@ -1062,6 +1064,7 @@ require('lazy').setup({
10621064
{ name = 'nvim_lsp' },
10631065
{ name = 'luasnip' },
10641066
{ name = 'path' },
1067+
{ name = 'nvim_lsp_signature_help' },
10651068
},
10661069
}
10671070
end,

0 commit comments

Comments
 (0)