mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 14:28:18 +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_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",
|
||||
-- },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue