Showing posts with label Vim Wikia. Show all posts
Showing posts with label Vim Wikia. Show all posts

Saturday, September 29, 2018

Installing NERDTree in OpenSuse 42.3



If you're using pathogen to handle vim plugins

Go to Github NERDTree


Open the command line and type

cd .vim/bundle/

then

git clone https://github.com/scrooloose/nerdcommenter.git

add lines to .vimrc that automatically startups the NERDTree

autocmd vimenter * NERDTree

Resources:

Github NERDTree

VIM Awesome NERDTree

VIM Wikia Use Vim like an IDE