Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 503 Bytes

File metadata and controls

19 lines (12 loc) · 503 Bytes

.VIM FILES

Simple collection of VIM files and a script to install them.

This uses the vim-pathogen extension to load all addons.

To take advantage of the .vimrc located in the .vim directory, be sure to:

cd ~
ln -s .vim/.vimrc .vimrc

Before installing all plugins listed in vimbundles.sh, be sure to edit the file and comment out any you don't intend to use.

To install all extensions:

~/.vim/bin/vimbundles.sh