Use Source Code Pro font and config for Gtk+3
This commit is contained in:
parent
a8448908af
commit
c89daea2cf
1 changed files with 3 additions and 2 deletions
5
vimrc
5
vimrc
|
@ -109,9 +109,10 @@ if has("folding")
|
|||
endif
|
||||
|
||||
if has("gui_running")
|
||||
if has("gui_gtk2")
|
||||
if has("gui_gtk2") || has("gui_gtk3")
|
||||
set clipboard=unnamedplus
|
||||
set guifont=Monospace\ Regular\ 10
|
||||
set guifont=Source\ Code\ Pro\ 11,
|
||||
\Monospace\ Regular\ 10
|
||||
elseif has("gui_win32")
|
||||
set clipboard=unnamed
|
||||
set guifont=Source_Code_Pro:h9:cANSI:qDRAFT,
|
||||
|
|
Loading…
Reference in a new issue