Prefer Cascadia Mono over Code (no ligatures)
This commit is contained in:
parent
5f21cf445c
commit
e7ad0ed14b
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -255,7 +255,7 @@ if has('gui_running')
|
||||||
set guifont=Monospace\ 10
|
set guifont=Monospace\ 10
|
||||||
elseif has('gui_win32')
|
elseif has('gui_win32')
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
set guifont=Cascadia_Code_SemiLight:h10:W350:cANSI:qDRAFT
|
set guifont=Cascadia_Mono_SemiLight:h10:W350:cANSI:qDRAFT
|
||||||
set rop=type:directx
|
set rop=type:directx
|
||||||
endif
|
endif
|
||||||
set columns=132
|
set columns=132
|
||||||
|
|
Loading…
Reference in a new issue