For example, I'd like to ignore opening node_modules
since opening it will only muddy my view of the project. How can I ignore that but recursively open everything else?
Asked
Active
Viewed 697 times
0

arshbot
- 12,535
- 14
- 48
- 71
-
Does this answer your question? [How to filter out files by extension in NERDTree?](https://stackoverflow.com/questions/5601749/how-to-filter-out-files-by-extension-in-nerdtree) – OSH Apr 27 '20 at 20:59
-
1Additionally, [this](https://github.com/preservim/nerdtree/issues/817) might also help. `let g:NERDTreeIgnore = ['^node_modules$']` – OSH Apr 27 '20 at 20:59