1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 06:05:01 +08:00

add my_configs.vim

This commit is contained in:
Chris Hu
2016-08-17 11:00:18 +08:00
committed by Huaishun Hu
parent 2ca843a22a
commit bea112fef8
2 changed files with 12 additions and 3 deletions

12
my_configs.vim Normal file
View File

@ -0,0 +1,12 @@
if has("mac") || has("macunix")
set gfn=Hack:h24,Source\ Code\ Pro:h24,Menlo:h24
elseif has("win16") || has("win32")
set gfn=Hack:h18,Source\ Code\ Pro:h16,Bitstream\ Vera\ Sans\ Mono:h15
elseif has("gui_gtk2")
set gfn=Hack\ 18,Source\ Code\ Pro\ 16,Bitstream\ Vera\ Sans\ Mono\ 15
elseif has("linux")
set gfn=Hack\ 18,Source\ Code\ Pro\ 16,Bitstream\ Vera\ Sans\ Mono\ 15
elseif has("unix")
set gfn=Monospace\ 20
endif