Skip to content

Instantly share code, notes, and snippets.

@tiagotele
Created April 3, 2020 14:36
Show Gist options
  • Save tiagotele/bd54cf677863c4c379c32cc6c2363bd7 to your computer and use it in GitHub Desktop.
Save tiagotele/bd54cf677863c4c379c32cc6c2363bd7 to your computer and use it in GitHub Desktop.
Install NERDTree on CentOS
sudo yum install git
git clone https://github.com/preservim/nerdtree.git ~/.vim/pack/vendor/start/nerdtree
vim -u NONE -c "helptags ~/.vim/pack/vendor/start/nerdtree/doc" -c q
mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
git clone https://github.com/preservim/nerdtree.git ~/.vim/pack/vendor/start/nerdtree
vim
@tiagotele
Copy link
Author

Review it later. Just grap from history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment