1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 05:45:11 +01:00

New location for syntastic

This commit is contained in:
2017-07-13 16:48:25 +02:00
parent 1cb006daea
commit a6244999eb

2
.vimrc
View File

@@ -156,7 +156,7 @@ Plugin 'Valloric/YouCompleteMe'
" Code checker. For python, install flake8 or pylint, preferably in the " Code checker. For python, install flake8 or pylint, preferably in the
" virtualenv. For Django support, install pylint-django " virtualenv. For Django support, install pylint-django
Plugin 'scrooloose/syntastic' Plugin 'vim-syntastic/syntastic'
set statusline+=%#warningmsg# set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()} set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%* set statusline+=%*