aboutsummaryrefslogtreecommitdiff
path: root/vim/gvimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-22 21:08:09 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-22 21:10:11 +1300
commitb456da1a6ffde99c64d9f944169674eba235fe61 (patch)
treed388e8718460b89cdaa3827dc68788f350e8234f /vim/gvimrc
parentMerge branch 'release/v1.74.0' into develop (diff)
downloaddotfiles-b456da1a6ffde99c64d9f944169674eba235fe61.tar.gz
dotfiles-b456da1a6ffde99c64d9f944169674eba235fe61.zip
Remove font settings
I'm pretty tired of messing with all these. The defaults are fine, and render nice and quickly; it's just too much of a hassle making it all pixel-perfect, and the anti-aliasing is so often just rubbish.
Diffstat (limited to 'vim/gvimrc')
-rw-r--r--vim/gvimrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/vim/gvimrc b/vim/gvimrc
index 33301da8..52ccf192 100644
--- a/vim/gvimrc
+++ b/vim/gvimrc
@@ -1,10 +1,3 @@
-" Ubuntu Mono on Unix, Consolas on Windows
-if has('unix')
- set guifont=Ubuntu\ Mono\ 12
-elseif has('win32') || has('win64')
- set guifont=Consolas:h11,Courier\ New:h11
-endif
-
" Reset GUI options
set guioptions=
set guioptions+=a " Use the system GUI clipboard