My vim config that includes an extensive set of plugins and libraries. This repo serves mainly as a personal backup and has not been extensively tested on various platforms, though it should work out of the box on most systems. Please open a ticket if anything does not work for your specific setup.
This config assumes that you have some version of vim that supports copying to clipboard such as vim-athena and that ctags and curl are already installed in your system. On Debian/Ubuntu you may install the respective packages via
sudo apt-get install vim-athena exuberant-ctags curl pylint
On Mac OS X you may use brew or macports respectively.
Backup and remove your ~/.vim (if any). Once everything is setup run:
cd && git clone https://github.com/daviddhas/Vonderful-vim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim && make
cd ~/.vim && make update
You can specify your own settings overriding the defaults in config/user.vim
Most plugins should work out of the box, however there are some that might require additional system packages for their full functionality. For instance, Syntastic works pretty nicely with Python with pylint installed.