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/kotlin/languageserver.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ale_linters/kotlin') diff --git a/ale_linters/kotlin/languageserver.vim b/ale_linters/kotlin/languageserver.vim index af78c0e0..18b153ae 100644 --- a/ale_linters/kotlin/languageserver.vim +++ b/ale_linters/kotlin/languageserver.vim @@ -21,6 +21,7 @@ endfunction call ale#linter#Define('kotlin', { \ 'name': 'languageserver', +\ 'aliaes': ['kotlin_language_server'], \ 'lsp': 'stdio', \ 'executable': {b -> ale#Var(b, 'kotlin_languageserver_executable')}, \ 'command': '%e', -- cgit v1.2.3