Switch to 'CommitMono' font
This commit is contained in:
5
vimrc
5
vimrc
@@ -8,7 +8,7 @@ set splitright
|
|||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
set gfn=Iosevka\ Medium\ 20
|
set gfn=CommitMono\ Regular\ 16
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
let g:solarized_menu=0
|
let g:solarized_menu=0
|
||||||
else
|
else
|
||||||
@@ -31,3 +31,6 @@ func! WordProcessor()
|
|||||||
set complete+=s
|
set complete+=s
|
||||||
endfu
|
endfu
|
||||||
com! WP call WordProcessor()
|
com! WP call WordProcessor()
|
||||||
|
|
||||||
|
" enable packloadall for pack plugins
|
||||||
|
packloadall
|
||||||
|
|||||||
Reference in New Issue
Block a user