From a6244999eb8b89907523aa8dd24faadc3cb4ac6c Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 13 Jul 2017 16:48:25 +0200 Subject: [PATCH] New location for syntastic --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index bea494a..e155441 100644 --- a/.vimrc +++ b/.vimrc @@ -156,7 +156,7 @@ Plugin 'Valloric/YouCompleteMe' " Code checker. For python, install flake8 or pylint, preferably in the " virtualenv. For Django support, install pylint-django -Plugin 'scrooloose/syntastic' +Plugin 'vim-syntastic/syntastic' set statusline+=%#warningmsg# set statusline+=%{SyntasticStatuslineFlag()} set statusline+=%*