2015-03-26 18:35:04 +00: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-26 16:39:57 +00:00
|
|
|
" from the help, recommended for tallest possible
|
|
|
|
set lines=9999
|
|
|
|
" from the help, recommended for widest possible
|
|
|
|
set columns=9999
|
2015-03-30 15:33:53 +00:00
|
|
|
set background=dark
|
2015-03-27 15:08:40 +00:00
|
|
|
" enable antialiasing for environments supporting it
|
|
|
|
set anti
|
2015-04-01 21:20:05 +00:00
|
|
|
set guioptions-=r
|
|
|
|
set guioptions-=b
|