summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-31 20:18:29 -0400
committerchristianchiarulli <[email protected]>2021-07-31 20:18:29 -0400
commit326ac090453b302b35b5747ab9a66f86c70acfbe (patch)
treeb7053f7ca8b0ae3526b6092b31d4d290a821240e
parent8ee070833e17efede8b01c81ff9d8439ec52fdb8 (diff)
don't use the elm stuff provided in lspinstall path
-rw-r--r--lua/default-config.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index d6063671..41a42171 100644
--- a/lua/default-config.lua
+++ b/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",
+ -- },
},
},
},