This commit is contained in:
Jaroslaw Konik 2023-08-04 15:19:52 +02:00
parent aa5a957093
commit 3601752d35

View file

@ -690,7 +690,7 @@ require("lspconfig").lua_ls.setup({
}) })
require("lspconfig").solargraph.setup({ require("lspconfig").solargraph.setup({
cmd = { "bundle", "exec", "solargraph", "stdio" }, cmd = { "bundle", "exec", "solargraph", "stdio" },
{ init_options = {
formatting = false, formatting = false,
}, },
on_attach = on_attach, on_attach = on_attach,