summaryrefslogtreecommitdiff
path: root/lua/lsp/elm-ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lsp/elm-ls.lua')
-rw-r--r--lua/lsp/elm-ls.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/lsp/elm-ls.lua b/lua/lsp/elm-ls.lua
deleted file mode 100644
index 3572a607..00000000
--- a/lua/lsp/elm-ls.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-require'lspconfig'.elmls.setup {
- cmd = {DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-language-server"},
- init_options= {
- elmAnalyseTrigger = "change",
- elmFormatPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-format",
- elmPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm",
- elmTestPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-test"
- }
-}