Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable Scrollbar in NERDtree with MacVim

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.

like image 753
Amir Rustamzadeh Avatar asked Oct 24 '10 09:10

Amir Rustamzadeh


1 Answers

Use the following:

:set guioptions-=L
like image 190
Per Melin Avatar answered Sep 27 '22 23:09

Per Melin