added movement to previous and next errors and warning via ALE

I wonder why
This commit is contained in:
Stefan Etringer 2025-03-24 10:18:14 +00:00
parent d769b5d15f
commit 4546c12a74
1 changed files with 4 additions and 0 deletions

View File

@ -277,6 +277,10 @@ let g:ale_fixers = {
let g:ale_fix_on_save = 1
let g:ale_disable_lsp = 'auto'
" Go to previous and next warning and error via ALE
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
" undotree