feat(lsp): enable by default

This commit is contained in:
2025-05-21 00:22:10 +02:00
parent 050b666bf8
commit 4db766ec25
+4
View File
@@ -349,6 +349,10 @@ end
function M.new(name, config) function M.new(name, config)
config = config or {} config = config or {}
if config.enable == nil then
config.enable = true
end
if not M.validate(name, config) then if not M.validate(name, config) then
return return
end end