Configure Ale

pull/431/head
Amir Salihefendic 5 years ago
parent 523f1b6ca2
commit 7288aee801
  1. 7
      vimrcs/plugins_config.vim

@ -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…
Cancel
Save