vim-conf is collection of my vim configuration files.
I use Vundle as Vim plugin manager.
-
Clone vim-conf repository
git clone git://github.com/KhurtinDN/vim-conf.git ~/.vim-conf ln -s ~/.vim-conf/.vimrc ~/.vimrc mkdir -p ~/.vim/bundle
-
Setup Vundle
git clone git://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
-
Setup plugins by Vundle
Launch
vim
, run:BundleInstall
-
Check system requirements
-
Update from repository
cd ~/.vim-conf git pull --repbase
-
Update plugins
Launch
vim
, run:BundleInstall
and:BundleClean
-
Check system requrirements
-
Python checkers
sudo pip install flake8 pep8 pyflakes pylint
-
Python refactoring tools
sudo pip install rope ropemode ropevim