From 81443db1b64ae26f22b564245dae75e076940859 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 8 Oct 2017 13:09:01 -0700 Subject: [PATCH] disable auto linting --- .vim/plugins.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index b0b6b66..81fa4cb 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -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