Whenever I focus my MacVim window it freezes for several seconds. It seems that this is due to NERDTree refreshing it's root node (It prints NERDTree: Refreshing root node. This could take a while... DONE
)
Since I often switch in and out of MacVim this is very annoying and slows down my workflow. Is there a way of configuring NERDTree not to do this automatically?
EDIT: I am using janus
.vimrc.after
– Habitancy