Skip to content

Instantly share code, notes, and snippets.

@ianoxley
Created December 19, 2011 10:35
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianoxley/1496549 to your computer and use it in GitHub Desktop.
Save ianoxley/1496549 to your computer and use it in GitHub Desktop.
Install pathogen.vim on Windows
# From https://github.com/tpope/vim-pathogen with .vim replaced with vimfiles
mkdir -p ~/vimfiles/autoload ~/vimfiles/bundle; \
curl -so ~/vimfiles/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim
# Install some plugins
cd ~/vimfiles/bundle
git clone git://github.com/scrooloose/nerdtree.git
git clone git://github.com/msanders/snipmate.vim.git
@junchenfeng
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment