This commit is contained in:
Yaser Alraddadi 2024-10-15 04:46:12 +03:00
parent fcf9714916
commit 9e9ec4ff6e
No known key found for this signature in database
GPG Key ID: 808212144E6DBE90

View File

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