mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add ale jump to error mapping
This commit is contained in:
4
vimrc
4
vimrc
@@ -264,6 +264,10 @@ nnoremap <leader>fc :Commits<cr>
|
|||||||
"" minibufexpl
|
"" minibufexpl
|
||||||
map <Leader>t :MBEToggle<cr>
|
map <Leader>t :MBEToggle<cr>
|
||||||
|
|
||||||
|
"" ale
|
||||||
|
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
|
||||||
|
nmap <silent> <C-j> <Plug>(ale_next_wrap)
|
||||||
|
|
||||||
"" lightline
|
"" lightline
|
||||||
if filereadable(expand("~/.vim/lightline.vim"))
|
if filereadable(expand("~/.vim/lightline.vim"))
|
||||||
source ~/.vim/lightline.vim
|
source ~/.vim/lightline.vim
|
||||||
|
|||||||
Reference in New Issue
Block a user