mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
add my_configs.vim
This commit is contained in:
parent
2ca843a22a
commit
bea112fef8
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,7 +4,4 @@ temp_dirs/yankring_history_v2.txt
|
|||||||
sources_forked/yankring/doc/tags
|
sources_forked/yankring/doc/tags
|
||||||
sources_non_forked/tlib/doc/tags
|
sources_non_forked/tlib/doc/tags
|
||||||
sources_non_forked/ctrlp.vim/doc/tags*
|
sources_non_forked/ctrlp.vim/doc/tags*
|
||||||
my_plugins/
|
|
||||||
my_configs.vim
|
|
||||||
tags
|
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 New Issue
Block a user