Changement police mode graphique vim

This commit is contained in:
Breizh 2019-07-20 00:16:43 +02:00
parent e0358972ee
commit fcd9d358be

View file

@ -21,7 +21,7 @@ if filereadable(expand("~/.vimrc_background"))
elseif has("gui_running")
source ~/.vimrc_background
"set guifont=xos4\ Terminus
set guifont=Latin\ Modern\ Mono\ 11
set guifont=IBM\ Plex\ Mono\ 10
else
colorscheme default
endif