Skip to content

Commit 6f7310b

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> Signed-off-by: Dejan Ribič <dejan.ribic@gmail.com>
1 parent eb78349 commit 6f7310b

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
@@ -797,6 +797,8 @@ require('lazy').setup({
797797
-- into multiple repos for maintenance purposes.
798798
'hrsh7th/cmp-nvim-lsp',
799799
'hrsh7th/cmp-path',
800+
'hrsh7th/cmp-path',
801+
'htsh7th/cmp-nvim-lsp-signature-help',
800802
},
801803
config = function()
802804
-- See `:help cmp`
@@ -873,6 +875,7 @@ require('lazy').setup({
873875
{ name = 'nvim_lsp' },
874876
{ name = 'luasnip' },
875877
{ name = 'path' },
878+
{ name = 'nvim_lsp_signature_help' },
876879
},
877880
}
878881
end,

0 commit comments

Comments
 (0)