From 35d08af7ceaef710d33477dd4e2816ce29202896 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 10 Aug 2020 22:01:42 +0100 Subject: [PATCH] vim: remove GVim settings I never use gvim. I'm not sure why I added these here in the first place. The defaults should do the same thing anyway Signed-off-by: Joe Groocock --- .config/vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 9574f68..9b9169a 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -61,10 +61,6 @@ autocmd VimResized * wincmd = set splitbelow " Horizontal split below current. set splitright " Vertical split to right of current. -" GVim settings -set guifont=Sauce\ Code\ Pro\ 9 -set guioptions= - " Whitespace highlight settings set list set listchars=eol:$,space:·,tab:>-,trail:◦,extends:▶,precedes:◀