1
0
mirror of https://github.com/amix/vimrc synced 2025-07-04 15:04:59 +08:00

add guifont

This commit is contained in:
Tiande
2016-04-12 22:34:26 +08:00
parent cc2bbf379e
commit 0c0360dcca

View File

@ -121,3 +121,8 @@ augroup Binary
au BufWritePost *.bin if &bin | %!xxd
au BufWritePost *.bin set nomod | endif
augroup END
" if use gvim then change guifont
if has('gui_running')
set guifont=Lucida_Console:h12
endif