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
|
make install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Install pyflakes plugin
|
# Install syntastic plugin
|
||||||
rm -rf ~/.vim/bundle/pyflakes
|
rm -rf ~/.vim/bundle/syntastic
|
||||||
git clone --recursive git://github.com/kevinw/pyflakes-vim.git ~/.vim/bundle/pyflakes
|
git clone --recursive https://github.com/scrooloose/syntastic.git ~/.vim/bundle/syntastic
|
||||||
|
|
||||||
# Install autoclose plugin
|
# Install autoclose plugin
|
||||||
rm -rf ~/.vim/bundle/autoclose
|
rm -rf ~/.vim/bundle/autoclose
|
||||||
|
|
Loading…
Reference in a new issue