This commit is contained in:
Yaser Alraddadi 2024-10-15 04:58:18 +03:00
parent 9e9ec4ff6e
commit 86aa580d9b
No known key found for this signature in database
GPG key ID: 808212144E6DBE90
2 changed files with 2 additions and 10 deletions

View file

@ -1,10 +0,0 @@
return {
{
'ray-x/lsp_signature.nvim',
event = 'VeryLazy',
opts = {},
config = function(_, opts)
require('lsp_signature').setup(opts)
end,
},
}