12 lines
293 B
VimL
12 lines
293 B
VimL
" to allow specific fonts for specific OSes
|
|
source ~/.gvimrc_local
|
|
|
|
" Linux: set gfn=DejaVu\ Sans\ Mono\ 10
|
|
" Mac: set guifont=Monaco:h14
|
|
set background=dark
|
|
"" enable antialiasing for environments supporting it
|
|
set anti
|
|
set guioptions-=r
|
|
set guioptions-=b
|
|
set guioptions-=T
|
|
set guioptions-=m
|