mirror of
1
0
Fork 0

Configure Ale

This commit is contained in:
Amir Salihefendic 2018-06-14 12:31:05 +02:00
parent 523f1b6ca2
commit 7288aee801
1 changed files with 7 additions and 0 deletions

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)