Removed Syntastic initialization

This commit is contained in:
natsmith9 2017-05-29 20:11:15 +00:00
parent 1eff481413
commit 228aa69bf2
1 changed files with 0 additions and 7 deletions

7
vimrc
View File

@ -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