Skip to content

Commit 34d0397

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 e9878b3 commit 34d0397

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
@@ -879,6 +879,8 @@ require('lazy').setup({
879879
-- into multiple repos for maintenance purposes.
880880
'hrsh7th/cmp-nvim-lsp',
881881
'hrsh7th/cmp-path',
882+
'hrsh7th/cmp-path',
883+
'htsh7th/cmp-nvim-lsp-signature-help',
882884
},
883885
config = function()
884886
-- See `:help cmp`
@@ -957,6 +959,7 @@ require('lazy').setup({
957959
{ name = 'nvim_lsp' },
958960
{ name = 'luasnip' },
959961
{ name = 'path' },
962+
{ name = 'nvim_lsp_signature_help' },
960963
},
961964
}
962965
end,

0 commit comments

Comments
 (0)