Hi, I'm Eric Lo. 中文

Filter out files by extension in vim NERDTree

Tuesday, July 5, 2011

if u would like to \*.pyc files not to be shown in NERDTree vim plugin.

just setting NERDTreeIgnore option in your .vimrc.

let NERDTreeIgnore = ['\.pyc$']

from http://stackoverflow.com/questions/5601749/how-to-filter-out-files-by-extension-in-nerdtree

This entry was tagged Python, Linux, Mac, tips and vim

« Previous Next »

go to Top