Updated vim installation command.

This commit is contained in:
Jeff Geerling 2014-04-28 09:51:35 -05:00
parent cbe27b951d
commit 96ca4d66a2

View File

@ -81,7 +81,7 @@ These are mostly direct download links, some are more difficult to install becau
mkdir -p ~/.vim/autoload
mkdir -p ~/.vim/bundle
cd ~/.vim/autoload
curl https://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim > pathogen.vim
curl https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim > pathogen.vim
cd ~/.vim/bundle
git clone git://github.com/scrooloose/nerdtree.git
```