configs/home/.config/nvim/ale.vim

6 lines
189 B
VimL
Raw Normal View History

2023-07-04 15:42:14 +02:00
" navigate between errors quickly
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
let g:ale_disable_lsp = 1
let g:ale_use_neovim_diagnostics_api = 1