Replace pyflakes by syntastic
This commit is contained in:
parent
13b54ec7d5
commit
33d186e28c
1 changed files with 3 additions and 3 deletions
|
@ -48,9 +48,9 @@ pushd ~/.vim/bundle/xmledit
|
|||
make install
|
||||
popd
|
||||
|
||||
# Install pyflakes plugin
|
||||
rm -rf ~/.vim/bundle/pyflakes
|
||||
git clone --recursive git://github.com/kevinw/pyflakes-vim.git ~/.vim/bundle/pyflakes
|
||||
# Install syntastic plugin
|
||||
rm -rf ~/.vim/bundle/syntastic
|
||||
git clone --recursive https://github.com/scrooloose/syntastic.git ~/.vim/bundle/syntastic
|
||||
|
||||
# Install autoclose plugin
|
||||
rm -rf ~/.vim/bundle/autoclose
|
||||
|
|
Loading…
Reference in a new issue