Fix tests for Neovim LSP integration

This commit is contained in:
w0rp
2025-03-18 11:38:06 +00:00
parent 3f7ea86ae1
commit ee975196ff
3 changed files with 64 additions and 60 deletions

View File

@@ -4,6 +4,8 @@
let g:ale_set_lists_synchronously = 1
" Disable Neovim diagnostics by default for CI tests.
let g:ale_use_neovim_diagnostics_api = 0
" Disable Neovim native LSP API by default for CI tests.
let g:ale_use_neovim_lsp_api = 0
" This lowercase highlight definition is needed for highlight tests.
hi link aleerrorline spellbad