update
This commit is contained in:
parent
9e9ec4ff6e
commit
86aa580d9b
2
init.lua
2
init.lua
|
@ -902,6 +902,7 @@ require('lazy').setup({
|
|||
-- into multiple repos for maintenance purposes.
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
'hrsh7th/cmp-path',
|
||||
'hrsh7th/cmp-nvim-lsp-signature-help',
|
||||
},
|
||||
config = function()
|
||||
-- See `:help cmp`
|
||||
|
@ -980,6 +981,7 @@ require('lazy').setup({
|
|||
{ name = 'nvim_lsp' },
|
||||
{ name = 'luasnip' },
|
||||
{ name = 'path' },
|
||||
{ name = 'nvim_lsp_signature_help' },
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
return {
|
||||
{
|
||||
'ray-x/lsp_signature.nvim',
|
||||
event = 'VeryLazy',
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
require('lsp_signature').setup(opts)
|
||||
end,
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue