From 06cac869ebc2e4cf827fb61e69ba278c61e1e980 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 17 Dec 2019 16:00:22 +0800 Subject: [PATCH] Add nerdtree. --- .vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index 35aabbb..ac58161 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -68,6 +68,7 @@ Bundle "majutsushi/tagbar" Bundle "MarcWeber/vim-addon-mw-utils" Bundle "motus/pig.vim" Bundle "nathanaelkane/vim-indent-guides" +Bundle "scrooloose/nerdtree" Bundle "sheerun/vim-polyglot" Bundle "spf13/PIV" Bundle "terryma/vim-expand-region" @@ -95,3 +96,4 @@ au BufNewFile,BufRead Makefile set noexpandtab au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif autocmd BufEnter * silent! lcd %:p:h autocmd BufReadPost COMMIT_EDITMSG exe "normal! gg" +map :NERDTreeToggle