Skip to Content

Hide files in NERDTREE

Posted on

Problem

.pyc files are cluttering my sidebar, making it difficult to focus on the main logic files of my application. After some research, I discovered a way to hide these files in NERDTREE:

let NERDTreeIgnore=['\.pyc$', '\~$']

References

comments powered by Disqus