mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-06 17:15:30 -08:00
feat: add basic function signature help
This commit is contained in:
3
init.lua
3
init.lua
@@ -767,6 +767,8 @@ require('lazy').setup({
|
||||
-- into multiple repos for maintenance purposes.
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
'hrsh7th/cmp-path',
|
||||
'hrsh7th/cmp-path',
|
||||
'htsh7th/cmp-nvim-lsp-signature-help',
|
||||
},
|
||||
config = function()
|
||||
-- See `:help cmp`
|
||||
@@ -843,6 +845,7 @@ require('lazy').setup({
|
||||
{ name = 'nvim_lsp' },
|
||||
{ name = 'luasnip' },
|
||||
{ name = 'path' },
|
||||
{ name = 'nvin_lsp_signature_help' },
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user