Skip to content

Commit

Permalink
Configure Ale
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Jun 14, 2018
1 parent 523f1b6 commit 7288aee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrcs/plugins_config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7288aee

Please sign in to comment.