From 6c0b577a9f6ce470ae8adcc0b9c5b71861d2e16b Mon Sep 17 00:00:00 2001 From: Gustavo Cordova Avila Date: Mon, 3 Jan 2022 12:21:30 -0800 Subject: [PATCH] Make changes for this setup --- vimrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index a680f98..1af3353 100644 --- a/vimrc +++ b/vimrc @@ -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() -