diff options
| author | christianchiarulli <[email protected]> | 2021-07-01 23:42:26 -0400 |
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-07-01 23:42:26 -0400 |
| commit | 20ed47e21e966a5b857ef9970ae6171b3a504ce1 (patch) | |
| tree | 92bdefc7589545f4429a55b53e4493ad7832e632 /lua/lsp/elm-ls.lua | |
| parent | 9bb4f8a085644914c79343b48c808509311ee203 (diff) | |
lsp in ftplugin austonautomoy
Diffstat (limited to 'lua/lsp/elm-ls.lua')
| -rw-r--r-- | lua/lsp/elm-ls.lua | 9 |
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" - } -} |
