Created
October 19, 2013 02:07
-
-
Save ssfinney/7050891 to your computer and use it in GitHub Desktop.
Use pathogen and NERDtree with Vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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