From b045a483c5fd61419629bb0caa60e24fbdb55ef9 Mon Sep 17 00:00:00 2001 From: georges boris Date: Sun, 13 Feb 2022 16:33:44 -0300 Subject: chore(elmls): remove overriding elm paths (#1718) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As stated in the [elm-language-server docs](https://github.com/elm-tooling/elm-language-server#server-settings) – the default value of elm binaries should be an empty string so the language server searches for binaries as local project installs and only use global ones as fallback. If we specify it as the standard "global values" like this config is currently doing, we're just going straight to the fallback, breaking compatibility with local installs. --- lua/lspconfig/server_configurations/elmls.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua/lspconfig/server_configurations/elmls.lua') 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', }, }, -- cgit v1.2.3-70-g09d2