summaryrefslogtreecommitdiff
path: root/ale_linters/kotlin/languageserver.vim
AgeCommit message (Collapse)Author
2023-09-14#4607 No conflicts with nvim-lspconfig by defaultw0rp
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.
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-08-24Fix #1844 - Make the kotlin languageserver linter work againw0rp
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-15Add kotlin language server support (#1725)MTDL9
* Add kotlin languageserver linter definition * Added kotlin languageserver references in docs, fix missing !! on other linters * Added Vader tests for root path detection in Kotlin Language Server