From be69af270547b0d1dd5fe947efb3f61455f709ed Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 14 Sep 2023 00:38:12 +0100 Subject: #4607 No conflicts with nvim-lspconfig by default Default `g:ale_disable_lsp` to a new mode `'auto'` by default. With this setting applied, ALE will now check for the presence of nvim-lspconfig and automatically turn off particular LSP linters if already configured via nvim-lspconfig. For users that do not use `nvim-lspconfig`, everything should work as before. --- ale_linters/reason/ls.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ale_linters/reason/ls.vim') diff --git a/ale_linters/reason/ls.vim b/ale_linters/reason/ls.vim index fb1114ae..a831b506 100644 --- a/ale_linters/reason/ls.vim +++ b/ale_linters/reason/ls.vim @@ -15,6 +15,7 @@ endfunction call ale#linter#Define('reason', { \ 'name': 'reason-language-server', +\ 'aliases': ['reason_ls'], \ 'lsp': 'stdio', \ 'executable': {buffer -> ale#Var(buffer, 'reason_ls_executable')}, \ 'command': '%e', -- cgit v1.2.3