mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
recursively source all .vim files in nerdtree_plugin/
This commit is contained in:
@@ -160,7 +160,7 @@ augroup NERDTree
|
||||
autocmd VimEnter * call s:Bookmark.CacheBookmarks(0)
|
||||
|
||||
"load all nerdtree plugins after vim starts
|
||||
autocmd VimEnter * runtime! nerdtree_plugin/*.vim
|
||||
autocmd VimEnter * runtime! nerdtree_plugin/**/*.vim
|
||||
augroup END
|
||||
|
||||
if g:NERDTreeHijackNetrw
|
||||
|
||||
Reference in New Issue
Block a user