瀏覽代碼

don't use the elm stuff provided in lspinstall path

christianchiarulli 4 年之前
父節點
當前提交
326ac09045
共有 1 個文件被更改,包括 6 次插入6 次删除
  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",
+        -- },
       },
     },
   },