Forráskód Böngészése

don't use the elm stuff provided in lspinstall path

christianchiarulli 4 éve
szülő
commit
326ac09045
1 módosított fájl, 6 hozzáadás és 6 törlés
  1. 6 6
      lua/default-config.lua

+ 6 - 6
lua/default-config.lua

@@ -406,12 +406,12 @@ lvim.lang = {
         },
         on_attach = common_on_attach,
         on_init = common_on_init,
-        init_options = {
-          elmAnalyseTrigger = "change",
-          elmFormatPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-format",
-          elmPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/",
-          elmTestPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-test",
-        },
+        -- init_options = {
+          -- elmAnalyseTrigger = "change",
+          -- elmFormatPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-format",
+          -- elmPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/",
+          -- elmTestPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-test",
+        -- },
       },
     },
   },