mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 22:29:57 +02:00
don't use the elm stuff provided in lspinstall path
This commit is contained in:
parent
8ee070833e
commit
326ac09045
1 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||||
},
|
-- },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue