feat(lsp): enable by default
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user