Stop using Fira Code
This commit is contained in:
parent
405e83e4a4
commit
a74b867d4e
1 changed files with 1 additions and 2 deletions
3
vimrc
3
vimrc
|
@ -121,8 +121,7 @@ endif
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("gui_gtk2") || has("gui_gtk3")
|
if has("gui_gtk2") || has("gui_gtk3")
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set guifont=Fira\ Code\ Regular\ 11,
|
set guifont=Liberation\ Mono\ 11,
|
||||||
\Liberation\ Mono\ 11,
|
|
||||||
\Monospace\ Regular\ 11
|
\Monospace\ Regular\ 11
|
||||||
elseif has("gui_win32")
|
elseif has("gui_win32")
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
|
|
Loading…
Reference in a new issue