disable auto linting

This commit is contained in:
Alex Yatskov 2017-10-08 13:09:01 -07:00
parent fe3ba45349
commit 81443db1b6

View File

@ -2,6 +2,10 @@
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()
" ale
let g:ale_lint_on_text_changed = "never"
let g:ale_lint_on_enter = "never"
" vim-airline
let g:airline#extensions#tabline#enabled = 1