Skip to content

Commit cf40ed9

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 7c35fb7 commit cf40ed9

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
@@ -796,6 +796,8 @@ require('lazy').setup({
796796
-- into multiple repos for maintenance purposes.
797797
'hrsh7th/cmp-nvim-lsp',
798798
'hrsh7th/cmp-path',
799+
'hrsh7th/cmp-path',
800+
'htsh7th/cmp-nvim-lsp-signature-help',
799801
},
800802
config = function()
801803
-- See `:help cmp`
@@ -872,6 +874,7 @@ require('lazy').setup({
872874
{ name = 'nvim_lsp' },
873875
{ name = 'luasnip' },
874876
{ name = 'path' },
877+
{ name = 'nvim_lsp_signature_help' },
875878
},
876879
}
877880
end,

0 commit comments

Comments
 (0)