Шрифт

This commit is contained in:
Andrei Astafev 2023-05-13 04:49:08 +03:00
parent 440d78e368
commit 7560e9db95
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
if has('gui_running') && !has('nvim') if has('gui_running') && !has('nvim')
set guifont=Iosevka\ Prog\ 18 set guifont=Iosevka\ Nerd\ Font\ Mono\ 18
endif endif

View File

@ -1,3 +1,3 @@
if has('gui_running') && !has('nvim') if has('gui_running') && !has('nvim')
set guifont=Iosevka\ Prog\ 10 set guifont=Iosevka\ Nerd\ Font\ Mono\ 10
endif endif

View File

@ -1,3 +1,3 @@
if has('gui_running') && !has('nvim') if has('gui_running') && !has('nvim')
set guifont=Iosevka\ Prog\ 18 set guifont=Iosevka\ Nerd\ Font\ Mono\ 18
endif endif