From 326ac090453b302b35b5747ab9a66f86c70acfbe Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Sat, 31 Jul 2021 20:18:29 -0400 Subject: don't use the elm stuff provided in lspinstall path --- lua/default-config.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/default-config.lua') 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", + -- }, }, }, }, -- cgit v1.2.3