update
This commit is contained in:
parent
aa5a957093
commit
3601752d35
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue