Update my_configs.vim
This commit is contained in:
parent
261ac94577
commit
cbad1460aa
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ set virtualedit=block
|
|||
if has("mac") || has("macunix")
|
||||
set guifont=Source\ Code\ Pro:h15,Menlo:h15
|
||||
elseif has("win16") || has("win32")
|
||||
set guifont=Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
|
||||
set guifont=Source\ Code\ Pro\ 11,Bitstream\ Vera\ Sans\ Mono:h11
|
||||
elseif has("linux")
|
||||
set guifont=Source\ Code\ Pro\ h12,Bitstream\ Vera\ Sans\ Mono:h11
|
||||
set guifont=Source\ Code\ Pro\ 10,Bitstream\ Vera\ Sans\ Mono:h11
|
||||
elseif has("unix")
|
||||
set guifont=Monospace\ 11
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue