Increase base font

This commit is contained in:
Thomas Gideon 2022-06-01 07:46:18 -04:00
parent b2082f6aa1
commit 1441dd27a2
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ set mouse=nv
set gfn=DejaVu\ Sans\ Mono\ for\ Powerline:h13
" from https://stackoverflow.com/a/51424640
let s:fontsize = 13
let s:fontsize = 14
function! AdjustFontSize(amount)
let s:fontsize = s:fontsize+a:amount
:execute "set gfn=DejaVu\\ Sans\\ Mono\\ for\\ Powerline:h" . s:fontsize