Enable handy dandy balloons and jump-to-error bindings for ALE

This commit is contained in:
Danielle McLean 2019-11-08 09:01:55 +11:00
parent bd41b659bb
commit f010fd4698
Signed by: 00dani
GPG Key ID: FF6F9216852288FF
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ let g:airline_powerline_fonts = 1
let g:LatexBox_Folding = 1
let g:NERDTreeHijackNetrw = 1
let g:ale_set_balloons = 1
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
let g:mucomplete#can_complete = {
\'default': {
\'omni': {t -> strlen(&l:omnifunc) > 0 && t =~# '\m\k\%(\k\|\.\)$'}