Skip to content

Instantly share code, notes, and snippets.

@ssfinney
Created October 19, 2013 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssfinney/7050891 to your computer and use it in GitHub Desktop.
Save ssfinney/7050891 to your computer and use it in GitHub Desktop.
Use pathogen and NERDtree with Vim
Get pathogen and install to .vim/
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -Sso ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
Get nerdtree and clone into .vim/bundle
cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdtree.git
My .vimrc looks like yours in dot-files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment