vim molokai theme, tagbar, nerdtree

vim ~/.vimrc
colorscheme molokai

cd ~/.vim/bundle
git clone https://github.com/majutsushi/tagbar.git
vim ~/.vimrc
nmap :TagbarToggle

git clone https://github.com/scrooloose/nerdtree.git
vim ~/.vimrc
map :NERDTreeToggle

Leave a Reply

Your email address will not be published. Required fields are marked *