Stop displaying NERDTree on startup by default - becomes a pain in the ass

This commit is contained in:
Jono Targett 2022-01-12 01:54:59 +10:30
parent 0f00436314
commit eb6dda9d99

2
.vimrc
View File

@ -5,7 +5,7 @@ so ~/.vim/plugins.vim
set splitbelow
" Always start with NERDTree open
autocmd vimenter * NERDTree
"autocmd vimenter * NERDTree
" Show/hide NERDTree with Ctrl+T
map <C-t> :NERDTreeToggle<CR>