I would like to hide object files (*.o) in the Vim NERDTree plugin. Does the plugin support this feature, yet?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 3 down vote accepted

You want to use the NERDTreeIgnore option, for example: let NERDTreeIgnore=['\.o$', '\~$']

Do :help NERDTreeIgnore for more information.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.