29 您要使用NERDTreeIgnore选项,例如: let NERDTreeIgnore=['\.o$', '\~$'] 执行:help NERDTreeIgnore以获取更多信息。 — Neg_EV source
2 希望这对新NerdTree文档有帮助。 // put this in your .vimrc set wildignore+=*.pyc,*.o,*.obj,*.svn,*.swp,*.class,*.hg,*.DS_Store,*.min.* // Nerdtree config for wildignore let NERDTreeRespectWildIgnore=1 — Pradeep Patro source