Skip to content

Commit

Permalink
disable neotree by default. Use :NEOTREEToggle instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
benIT committed Apr 4, 2018
1 parent 9b045b3 commit b31d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ colorscheme monokai
" let g:molokai_original = 1
let g:vim_markdown_folding_disabled = 1
"display nerdtree when vim is launched
autocmd vimenter * NERDTree
"autocmd vimenter * NERDTree
let NERDTreeShowHidden=1

0 comments on commit b31d846

Please sign in to comment.