Skip to content

Instantly share code, notes, and snippets.

@ogavrisevs
Created January 21, 2019 07:52
Show Gist options
  • Save ogavrisevs/dabbe932b3a174022674bfacbc9722f2 to your computer and use it in GitHub Desktop.
Save ogavrisevs/dabbe932b3a174022674bfacbc9722f2 to your computer and use it in GitHub Desktop.
Vim
Install pathogen
-----------------
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
Install nerdtree
-----------------
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment