vim: disable Syntastic

This commit is contained in:
masterzu 2016-11-23 11:06:05 +01:00
parent 19ba4e8b80
commit 5c1c495323
1 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Plugin 'commentary.vim' Plugin 'commentary.vim'
Plugin 'Syntastic' " Plugin 'Syntastic'
Plugin 'ctrlpvim/ctrlp.vim' Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'surround.vim' Plugin 'surround.vim'
@ -220,9 +220,9 @@ augroup END
" nnoremap <F3> :NumbersToggle<CR> " nnoremap <F3> :NumbersToggle<CR>
" syntastic " syntastic
set statusline+=%#warningmsg# " set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()} " set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%* " set statusline+=%*
" let g:syntastic_always_populate_loc_list = 1 " let g:syntastic_always_populate_loc_list = 1
" let g:syntastic_auto_loc_list = 1 " let g:syntastic_auto_loc_list = 1