mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 03:35:10 +01:00
New location for syntastic
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -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+=%*
|
||||||
|
|||||||
Reference in New Issue
Block a user