vimrc/gvimrc
2015-03-30 11:33:53 -04:00

13 lines
373 B
VimL

" to allow specific fonts for specific OSes
source ~/.gvimrc_local
" Linux: set gfn=DejaVu\ Sans\ Mono\ 10
" Mac: set guifont=Monaco:h14
" from the help, recommended for tallest possible
set lines=9999
" from the help, recommended for widest possible
set columns=9999
colorscheme solarized
set background=dark
" enable antialiasing for environments supporting it
set anti