Switch to 'CommitMono' font

This commit is contained in:
2023-10-10 09:15:34 -07:00
parent 13948bcc19
commit b65be9f25c

5
vimrc
View File

@@ -8,7 +8,7 @@ set splitright
syntax on
if has('gui_running')
set gfn=Iosevka\ Medium\ 20
set gfn=CommitMono\ Regular\ 16
colorscheme solarized
let g:solarized_menu=0
else
@@ -31,3 +31,6 @@ func! WordProcessor()
set complete+=s
endfu
com! WP call WordProcessor()
" enable packloadall for pack plugins
packloadall