macboolk doesn't like lua :c

This commit is contained in:
Iwaniuk Krzysztof 2024-05-25 00:05:51 +02:00
parent f2ba1e8549
commit 5b483a9db7
34 changed files with 279 additions and 776 deletions

View file

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