localcfg/plugins/nerdtree.vimΒΆ
Enforce vim script implementation to reduce ambiguities and improve robustness:
scriptversion 4
Case sensitive sort like every other tool I use:
const g:NERDTreeCaseSensitiveSort = v:true
const g:NERDTreeBookmarksSort = v:true
Natural sort like nearly every other tool I use:
const g:NERDTreeNaturalSort = v:true
Store bookmarks files in XDG base directory specification compliant location:
const g:NERDTreeBookmarksFile = g:vim_data_dir .. '/NERDTreeBookmarks'