etc/gvimrc

9 lines
142 B
VimL
Raw Normal View History

2013-12-29 17:32:58 +00:00
colors jellybeans
2011-07-07 11:13:19 +00:00
set guicursor+=a:blinkon0
2013-12-29 17:32:58 +00:00
if has('win32') || has('win64')
set guifont=Consolas:h11
else
set guifont=Monospace\ 8
endif