update
This commit is contained in:
parent
fcf9714916
commit
9e9ec4ff6e
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
'ray-x/lsp_signature.nvim',
|
||||
event = 'VeryLazy',
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
require('lsp_signature').setup(opts)
|
||||
end,
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue