summaryrefslogtreecommitdiff
path: root/test/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'test/vimrc')
-rw-r--r--test/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vimrc b/test/vimrc
index f04e5cae..a1b2574e 100644
--- a/test/vimrc
+++ b/test/vimrc
@@ -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