Change default vim gui font
This commit is contained in:
parent
ea43b7f34c
commit
06efe7ab5b
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ let
|
||||||
syntax enable
|
syntax enable
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
" When gui is running, it pretty much sets its own colors
|
" When gui is running, it pretty much sets its own colors
|
||||||
set guifont=Victor\ Mono\ 14
|
set guifont=Iosevka\ Samae\ 14
|
||||||
set notitle
|
set notitle
|
||||||
set guioptions=a
|
set guioptions=a
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue