From 32b87c56beb3578df82033f1a58b810921660f78 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 10 Jul 2015 09:31:59 +0900 Subject: [PATCH] Updating plugins script --- .vim/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 8fd4527..53cdc09 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -38,7 +38,7 @@ Plug 'https://github.com/vim-latex/vim-latex.git' if has('unix') Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh --clang-completer' } Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'sudo npm install -g tern; npm install' } - Plug 'https://github.com/scrooloose/syntastic.git', { 'do': 'sudo npm -g install jshint; sudo pip install pyflakes' } + Plug 'https://github.com/scrooloose/syntastic.git', { 'do': 'sudo npm -g install jshint; sudo pip install --upgrade pyflakes' } endif call plug#end()