diff options
| author | Abouzar Parvan <[email protected]> | 2021-08-04 23:42:07 +0430 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-04 23:42:07 +0430 | 
| commit | 0842ebb280f4d4579294024e990625bf2d100938 (patch) | |
| tree | d14e5e8ffb28d2e7c651640ea94845e6fa2030d1 /lua | |
| parent | ef70e77e954a998a966eef213136328ef8a102cc (diff) | |
Revert "fix GIT_DISCOVERY_ACROSS_FILESYSTEM error from solargraph (#1232)" (#1233)
This reverts commit ef70e77e954a998a966eef213136328ef8a102cc.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/default-config.lua | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/lua/default-config.lua b/lua/default-config.lua index a7bbeff0..53aff8c9 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -928,16 +928,6 @@ lvim.lang = {          on_attach = common_on_attach,          on_init = common_on_init,          capabilities = common_capabilities, -        filetypes = { "ruby" }, -        init_options = { -          formatting = true, -        }, -        root_dir = require("lspconfig").util.root_pattern("Gemfile", ".git"), -        settings = { -          solargraph = { -            diagnostics = true, -          }, -        },        },      },    }, | 
