fix(lsp): only launch installed servers (#3366)

This commit is contained in:
CPea 2022-11-01 01:19:39 +07:00 committed by GitHub
parent f4920802d5
commit a54d872e0b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,10 +119,10 @@ function M.setup(server_name, user_config)
end)
end
end)
return
else
Log:debug(server_name .. " is not managed by the automatic installer")
end
return
end
local config = resolve_config(server_name, resolve_mason_config(server_name), user_config)