7 lines
120 B
VimL
7 lines
120 B
VimL
|
" Disable the scrollbars (NERDTree)
|
||
|
set guioptions-=r
|
||
|
set guioptions-=L
|
||
|
|
||
|
" Disable the macvim toolbar
|
||
|
set guioptions-=T
|