remove solargraph config

This commit is contained in:
Patrick Michl 2022-04-08 13:01:58 +02:00
parent c2f6aa1b45
commit 38f4d21db1
No known key found for this signature in database
GPG Key ID: BFE0ACEE21CD5EB0

View File

@ -67,9 +67,6 @@ servers.on_server_ready(function(server)
if server.name == "rust_analyzer" then if server.name == "rust_analyzer" then
config.settings = require'lsp.rust' config.settings = require'lsp.rust'
end end
if server.name == "solargraph" then
server.cmd = "solargraph"
end
server:setup(config) server:setup(config)
end) end)