1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

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 <me@frebib.net>
This commit is contained in:
Joe Groocock 2020-08-10 22:01:42 +01:00
parent ec76965c70
commit 35d08af7ce
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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:◀