Skip to content

Instantly share code, notes, and snippets.

@bernerdschaefer
Created October 19, 2010 12:03
Show Gist options
  • Select an option

  • Save bernerdschaefer/634083 to your computer and use it in GitHub Desktop.

Select an option

Save bernerdschaefer/634083 to your computer and use it in GitHub Desktop.
# Set up pathogen.vim
cd ~/.vim/autoload
curl -O http://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim
vim ~/.vimrc
# add this to the top:
# runtime! autoload/pathogen.vim
# if exists('g:loaded_pathogen')
# call pathogen#runtime_prepend_subdirectories(expand('~/.vimbundles'))
# endif
mkdir ~/.vimbundles
# Now install a plugin...
cd ~/.vimbundles
git clone http://github.com/tpope/vim-fugitive.git
# Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment