15 lines
399 B
VimL
15 lines
399 B
VimL
" to allow specific fonts for specific OSes
|
|
source ~/.gvimrc_local
|
|
|
|
set lines=65
|
|
set columns=120
|
|
set background=dark
|
|
"" enable antialiasing for environments supporting it
|
|
set anti
|
|
set guioptions-=r
|
|
set guioptions-=b
|
|
set guioptions-=T
|
|
set guioptions-=m
|
|
" set this here for graphical sessions since setting bg dark seems to reset,
|
|
" also set in vimrc for graphical sessions
|
|
hi CursorLine guibg=Grey10
|