You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
354 B
VimL

" gui options for macvim / gvim
"======================================================================
if has('gui_running')
set guifont=Hack:h12 " a nice font here
set linespace=-2 " hack is nice, but very wide...
set guioptions-=T " no toolbar
set guioptions-=L " no left scrollbar
set guioptions-=r " no right scrollbar
endif