mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Set guifont for gVim on Windows
This commit is contained in:
parent
9e337a1e26
commit
bf8ebbba8f
@ -6,7 +6,7 @@ if has("gui_running")
|
||||
if has("gui_macvim") || has("gui_vimr")
|
||||
set guifont=Source\ Code\ Pro:h14
|
||||
elseif has("gui_gtk2")
|
||||
set guifont=Source\ Code\ Pro\ 10
|
||||
set guifont=DejaVu\ Sans\ Mono\ 15
|
||||
endif
|
||||
|
||||
" Color scheme
|
||||
|
||||
Loading…
Reference in New Issue
Block a user