Skip to content

Commit 3b696ac

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 95f449e commit 3b696ac

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
@@ -750,6 +750,8 @@ require('lazy').setup({
750750
-- into multiple repos for maintenance purposes.
751751
'hrsh7th/cmp-nvim-lsp',
752752
'hrsh7th/cmp-path',
753+
'hrsh7th/cmp-path',
754+
'htsh7th/cmp-nvim-lsp-signature-help',
753755
},
754756
config = function()
755757
-- See `:help cmp`
@@ -826,6 +828,7 @@ require('lazy').setup({
826828
{ name = 'nvim_lsp' },
827829
{ name = 'luasnip' },
828830
{ name = 'path' },
831+
{ name = 'nvim_lsp_signature_help' },
829832
},
830833
}
831834
end,

0 commit comments

Comments
 (0)