Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-14 | #4607 No conflicts with nvim-lspconfig by default | w0rp | |
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 foo | w0rp | |
2018-08-24 | Fix #1844 - Make the kotlin languageserver linter work again | w0rp | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2018-07-15 | Add 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 |