1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

Configure Ale

This commit is contained in:
Amir Salihefendic 2018-06-14 12:31:05 +02:00
parent 523f1b6ca2
commit 7288aee801

View File

@ -154,6 +154,13 @@ let g:ale_linters = {
nmap <silent> <leader>a <Plug>(ale_next_wrap)
" Disabling highlighting
let g:ale_set_highlights = 0
" Only run linting when saving the file
let g:ale_lint_on_text_changed = 'never'
let g:ale_lint_on_enter = 0
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Git gutter (Git diff)