A collection of files, functions, and scripts I install on a new machine to make life easier.
I'm using Vundler, so update .vimrc
and add a line like:
Bundle 'tpope/vim-rails.git'
Then reload vim source (!
or ,.
) and run :BundleInstall
A collection of files, functions, and scripts I install on a new machine to make life easier.
I'm using Vundler, so update .vimrc
and add a line like:
Bundle 'tpope/vim-rails.git'
Then reload vim source (!
or ,.
) and run :BundleInstall