From b3b3ba5dc55e7182d73723f1daaf8dc522f17274 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 23 Feb 2014 22:32:56 -0500 Subject: [PATCH] Set the guifont to Droid\ Sans\ Mono\ 12 for those with the fontconfig hook, and if that's not what's used, set it to the font you need :) --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 0b141e8..6c2fec4 100644 --- a/vimrc +++ b/vimrc @@ -22,7 +22,7 @@ let powerlinefonts=1 "GVim Font Selection: (term font set by terminal) -set guifont=Droid\ Sans\ Mono\ for\ Powerline\ 12 +set guifont=Droid\ Sans\ Mono\ 12 "Add Config Directory: (distro-agnostic system-wide) set runtimepath+=/etc/vim