2015-03-26 14:35:04 -04:00
|
|
|
" to allow specific fonts for specific OSes
|
|
|
|
source ~/.gvimrc_local
|
|
|
|
|
|
|
|
" Linux: set gfn=DejaVu\ Sans\ Mono\ 10
|
|
|
|
" Mac: set guifont=Monaco:h14
|
2015-03-30 11:33:53 -04:00
|
|
|
set background=dark
|
2015-10-13 21:35:19 -04:00
|
|
|
"" enable antialiasing for environments supporting it
|
2015-03-27 11:08:40 -04:00
|
|
|
set anti
|
2015-04-01 17:20:05 -04:00
|
|
|
set guioptions-=r
|
|
|
|
set guioptions-=b
|
2015-11-16 13:22:55 -05:00
|
|
|
set guioptions-=T
|
|
|
|
set guioptions-=m
|