mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Close #4442 - Use Neovim diagnostics by default
Use Neovim's diagnostics API by default in recent enough Neovim versions. This will make problems found by ALE play nicely with problems found by other tools.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
" Make most tests just set lists synchronously when run in Docker, etc.
|
||||
let g:ale_set_lists_synchronously = 1
|
||||
" Disable Neovim diagnostics by default for CI tests.
|
||||
let g:ale_use_neovim_diagnostics_api = 0
|
||||
|
||||
" This lowercase highlight definition is needed for highlight tests.
|
||||
hi link aleerrorline spellbad
|
||||
|
||||
Reference in New Issue
Block a user