Configure Ale
This commit is contained in:
parent
523f1b6ca2
commit
7288aee801
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue