added auto open nerdtree on vim startup

This commit is contained in:
V
2025-12-06 13:38:10 +00:00
parent 71be44cf8c
commit a254cf6fdd
+3
View File
@@ -123,6 +123,9 @@ augroup END
" More Vimscripts code goes here. " More Vimscripts code goes here.
" This toggles NerdTREE on startup
autocmd vimenter * NERDTree
" }}} " }}}