don't use the elm stuff provided in lspinstall path

This commit is contained in:
christianchiarulli 2021-07-31 20:18:29 -04:00
parent 8ee070833e
commit 326ac09045

View file

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