mirror of
1
0
Fork 0

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

3
.gitignore vendored
View File

@ -4,7 +4,4 @@ temp_dirs/yankring_history_v2.txt
sources_forked/yankring/doc/tags
sources_non_forked/tlib/doc/tags
sources_non_forked/ctrlp.vim/doc/tags*
my_plugins/
my_configs.vim
tags
.DS_Store

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