Created
January 21, 2019 07:52
-
-
Save ogavrisevs/dabbe932b3a174022674bfacbc9722f2 to your computer and use it in GitHub Desktop.
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
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