-
git clone this repository
-
Set up Vundle
(see https://github.com/VundleVim/Vundle.vim for details)
-
Configure Plugins
-
Install Plugins:
Launch vim and run :PluginInstall
- Other configurations
syntastic: pip install flake8
taglist: sudo apt-get install exuberant-ctags For more options see https://blog.sensible.io/2014/05/09/supercharge-your-vim-into-ide-with-ctags.html
Maybe xolox/vim-easytags is an alternative?