mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add note about VimR not supporting guifont
This commit is contained in:
parent
2a1d202910
commit
afe1aef20b
@ -2,6 +2,8 @@ if has("gui_running") || has("gui_vimr")
|
|||||||
" Set GUI font according to OS
|
" Set GUI font according to OS
|
||||||
if has("gui_macvim")
|
if has("gui_macvim")
|
||||||
set guifont=SauceCodePro\ Nerd\ Font:h13
|
set guifont=SauceCodePro\ Nerd\ Font:h13
|
||||||
|
elseif has("gui_vimr")
|
||||||
|
" vimr has disabled guifont
|
||||||
elseif has("gui_gtk2")
|
elseif has("gui_gtk2")
|
||||||
set guifont=DejaVu\ Sans\ Mono\ 15
|
set guifont=DejaVu\ Sans\ Mono\ 15
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user