mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 06:18:18 +02:00
fix GIT_DISCOVERY_ACROSS_FILESYSTEM error from solargraph (#1232)
This commit is contained in:
parent
82f7bbb6f9
commit
ef70e77e95
1 changed files with 10 additions and 0 deletions
|
@ -928,6 +928,16 @@ lvim.lang = {
|
||||||
on_attach = common_on_attach,
|
on_attach = common_on_attach,
|
||||||
on_init = common_on_init,
|
on_init = common_on_init,
|
||||||
capabilities = common_capabilities,
|
capabilities = common_capabilities,
|
||||||
|
filetypes = { "ruby" },
|
||||||
|
init_options = {
|
||||||
|
formatting = true,
|
||||||
|
},
|
||||||
|
root_dir = require("lspconfig").util.root_pattern("Gemfile", ".git"),
|
||||||
|
settings = {
|
||||||
|
solargraph = {
|
||||||
|
diagnostics = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue