aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/server_configurations/elmls.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/server_configurations/elmls.lua b/lua/lspconfig/server_configurations/elmls.lua
index bac26550..721f73e0 100644
--- a/lua/lspconfig/server_configurations/elmls.lua
+++ b/lua/lspconfig/server_configurations/elmls.lua
@@ -25,9 +25,6 @@ return {
end
end,
init_options = {
- elmPath = 'elm',
- elmFormatPath = 'elm-format',
- elmTestPath = 'elm-test',
elmAnalyseTrigger = 'change',
},
},