Thanks to these guys:
- Mislav Marohnić,
- Gary Bernhardt,
- Drew Neil,
- Tim Pope,
- and the Janus project.
Prerequisites: ruby, git.
-
Move your existing configuration somewhere else:
mv ~/.vim* ~/.gvim* my_backup
-
Clone this repo into ".vim":
git clone https://github.com/sauliusg/vimfiles ~/.vim
-
Symlink config files:
ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/vimrc.bundles ~/.vimrc.bundle
-
Start vim and install bundles:
vim :BundleInstall
To update bundles:
:BundleInstall!