Make changes for this setup

This commit is contained in:
2022-01-03 12:21:30 -08:00
parent a253011565
commit 6c0b577a9f

6
vimrc
View File

@@ -6,9 +6,8 @@ set shell=/bin/bash
syntax on
if has('gui_running')
set gfn=Iosevka\ Medium\ 15
colorscheme solarized
let g:solarized_menu=0
set gfn=Ligconsolata\ 16
colorscheme torte
else
colorscheme torte
endif
@@ -29,4 +28,3 @@ func! WordProcessor()
set complete+=s
endfu
com! WP call WordProcessor()