mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -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)
|
autocmd VimEnter * call s:Bookmark.CacheBookmarks(0)
|
||||||
|
|
||||||
"load all nerdtree plugins after vim starts
|
"load all nerdtree plugins after vim starts
|
||||||
autocmd VimEnter * runtime! nerdtree_plugin/*.vim
|
autocmd VimEnter * runtime! nerdtree_plugin/**/*.vim
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
if g:NERDTreeHijackNetrw
|
if g:NERDTreeHijackNetrw
|
||||||
|
|||||||
Reference in New Issue
Block a user