From 228aa69bf2bcbc2ea5bd918aae5b3bf1216cb4ee Mon Sep 17 00:00:00 2001 From: natsmith9 Date: Mon, 29 May 2017 20:11:15 +0000 Subject: [PATCH] Removed Syntastic initialization --- vimrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vimrc b/vimrc index 41a43a2..bdee105 100644 --- a/vimrc +++ b/vimrc @@ -21,10 +21,3 @@ set shiftround " alwys indent/outdent to the nearest tabstop set expandtab " use spaces instead of tabs set smarttab " use tabs at the start of a line, spaces elsewhere set nowrap " don't wrap text -set statusline+=%#warningmsg# -set statusline+=%{SyntasticStatuslineFlag()} -set statusline+=%* -let g:syntastic_always_populate_loc_list = 1 -let g:syntastic_auto_loc_list = 1 -let g:syntastic_check_on_open = 1 -let g:syntastic_check_on_wq = 0