Changement police mode graphique vim
This commit is contained in:
parent
e0358972ee
commit
fcd9d358be
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if filereadable(expand("~/.vimrc_background"))
|
||||||
elseif has("gui_running")
|
elseif has("gui_running")
|
||||||
source ~/.vimrc_background
|
source ~/.vimrc_background
|
||||||
"set guifont=xos4\ Terminus
|
"set guifont=xos4\ Terminus
|
||||||
set guifont=Latin\ Modern\ Mono\ 11
|
set guifont=IBM\ Plex\ Mono\ 10
|
||||||
else
|
else
|
||||||
colorscheme default
|
colorscheme default
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue