Skip to content

Commit d3ddaa5

Browse files
author
Dan Hansen
committed
Enable NERDTreeNaturalSort
1 parent 59a95a4 commit d3ddaa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vim/plugin/nerdtree.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ let g:NERDTreeWinSize = 40
77
let g:NERDTreeShowBookmarks = 1
88
let g:NERDTreeChDirMode = 2 " Change the NERDTree directory to the root node
99
let g:NERDTreeMinimalUI = 1
10+
let g:NERDTreeNaturalSort = 1
1011

1112
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType")
1213
\&& b:NERDTreeType == "primary") | q | endif

0 commit comments

Comments
 (0)