dotfiles/.gvimrc

14 lines
311 B
VimL
Raw Normal View History

2012-08-28 02:40:22 +00:00
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