Manage your 'runtimepath'
with ease. In practical terms, pathogen.vim
makes it super easy to install plugins and runtime files in their own
private directories.
Install to ~/.vim/autoload/pathogen.vim
. Or copy and paste:
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -Sso ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
If you're using Windows, change all occurrences of ~/.vim
to ~\vimfiles
.
Add this to your vimrc:
execute pathogen#infect()