This is a basic set of config files for Vim text editor, Vundle and Solarized included.
- Clone the repository to
~/.vim
git clone git://github.com/iley/vim-quickstart.git ~/.vim
- Clone git submodules
cd ~/.vim
git submodule update --init
- Make a symlink for
~/.vimrc
file
ln -s ~/.vim/vimrc ~/.vimrc
- Run vim and install bundles with
:BundleInstall
- Restart vim and enjoy!