From 59351b844289da9297e31bd17decf6b7a1f7499d Mon Sep 17 00:00:00 2001 From: Hauke Ingwersen <54020682+hingew@users.noreply.github.com> Date: Mon, 6 May 2024 07:40:37 +0200 Subject: fix(elmls): add missing init_options, remove deprecated (#3138) Co-authored-by: Hauke Ingwersen --- lua/lspconfig/server_configurations/elmls.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/elmls.lua b/lua/lspconfig/server_configurations/elmls.lua index bd2caccc..f42449d4 100644 --- a/lua/lspconfig/server_configurations/elmls.lua +++ b/lua/lspconfig/server_configurations/elmls.lua @@ -18,7 +18,10 @@ return { end end, init_options = { - elmAnalyseTrigger = 'change', + elmReviewDiagnostics = 'off', -- 'off' | 'warning' | 'error' + skipInstallPackageConfirmation = false, + disableElmLSDiagnostics = false, + onlyUpdateDiagnosticsOnSave = false, }, }, docs = { -- cgit v1.2.3-70-g09d2