dotfiles/.vim/gvimrc
2012-09-07 21:33:24 -05:00

14 lines
312 B
VimL

if has("win32")
"set guifont=Droid_Sans_Mono:h9:cANSI
elseif has("mac")
"set guifont=Menlo\ Bold
"set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold
"set guifont=DejaVu\ Sans\ Mono\ Bold
set guifont=Menlo\ Regular:h12
endif
" general gui settings
set guioptions=egt
colorscheme Mustang
syntax on