Skip to content

Commit

Permalink
cleaner nerdtree
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter committed Oct 1, 2014
1 parent 819c4fb commit 529fa8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -151,6 +151,8 @@ autocmd vimenter * if !argc() | NERDTree | endif
" Close if only NERDTree open
"autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif

" Hides "Press ? for help"
let NERDTreeMinimalUI=1

"------ Tagbar Plugin Options ------
" http://adamyoung.net/Exuberant-Ctags-OS-X
Expand Down

0 comments on commit 529fa8b

Please sign in to comment.