36

I have been able to fully disable scrollbars in MacVim. However, when I startup NERDtree, NERDtree brings up a scrollbar of its on the left. How can I disable NERDtree's scrollbar?

Thank you in advance. I appreciate the help.

Amir Rustamzadeh
  • 4,302
  • 7
  • 35
  • 43

1 Answers1

64

Use the following:

:set guioptions-=L
Per Melin
  • 752
  • 6
  • 4