add my_configs.vim
This commit is contained in:
parent
2ca843a22a
commit
bea112fef8
2 changed files with 12 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
12
my_configs.vim
Normal 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
|
||||
|
Loading…
Reference in a new issue