Просмотр исходного кода

Revert "fix GIT_DISCOVERY_ACROSS_FILESYSTEM error from solargraph (#1232)" (#1233)

This reverts commit ef70e77e954a998a966eef213136328ef8a102cc.
Abouzar Parvan 4 лет назад
Родитель
Сommit
0842ebb280
1 измененных файлов с 0 добавлено и 10 удалено
  1. 0 10
      lua/default-config.lua

+ 0 - 10
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,
-          },
-        },
       },
     },
   },