From 5c1c4953238ec1162f6911c32d057dc550c867ff Mon Sep 17 00:00:00 2001 From: masterzu Date: Wed, 23 Nov 2016 11:06:05 +0100 Subject: [PATCH] vim: disable Syntastic --- .vimrc_vundle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vimrc_vundle b/.vimrc_vundle index 432e561..e498d9a 100755 --- a/.vimrc_vundle +++ b/.vimrc_vundle @@ -17,7 +17,7 @@ Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-fugitive' Plugin 'commentary.vim' -Plugin 'Syntastic' +" Plugin 'Syntastic' Plugin 'ctrlpvim/ctrlp.vim' Plugin 'surround.vim' @@ -220,9 +220,9 @@ augroup END " nnoremap :NumbersToggle " syntastic -set statusline+=%#warningmsg# -set statusline+=%{SyntasticStatuslineFlag()} -set statusline+=%* +" set statusline+=%#warningmsg# +" set statusline+=%{SyntasticStatuslineFlag()} +" set statusline+=%* " let g:syntastic_always_populate_loc_list = 1 " let g:syntastic_auto_loc_list = 1