Skip to content

Commit d309cd9

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 385bf15 commit d309cd9

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
@@ -808,6 +808,8 @@ require('lazy').setup({
808808
-- into multiple repos for maintenance purposes.
809809
'hrsh7th/cmp-nvim-lsp',
810810
'hrsh7th/cmp-path',
811+
'hrsh7th/cmp-path',
812+
'htsh7th/cmp-nvim-lsp-signature-help',
811813
},
812814
config = function()
813815
-- See `:help cmp`
@@ -885,6 +887,7 @@ require('lazy').setup({
885887
{ name = 'luasnip' },
886888
{ name = 'path' },
887889
{ name = 'spell' },
890+
{ name = 'nvim_lsp_signature_help' },
888891
},
889892
}
890893
end,

0 commit comments

Comments
 (0)