small fix

This commit is contained in:
Iwaniuk Krzysztof 2024-07-11 20:55:00 +02:00
parent 114a1d8d13
commit 9ebe29ff69
8 changed files with 34 additions and 15 deletions

View file

@ -5,9 +5,6 @@ return {
opts = {},
config = function(_, opts)
opts = opts or {}
require 'lspconfig'
print(opts)
end,
},
}