From d7da37ee411466893b06f1160c0ca55ee973f450 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 14 Jan 2016 16:31:46 +0900 Subject: [PATCH] Don't require terminus font --- .vim/options.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vim/options.vim b/.vim/options.vim index 47b52b4..657efe6 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -54,10 +54,6 @@ if has('gui_running') set guioptions-=l set guioptions-=m set guioptions-=r - - if has('unix') - set guifont=Terminus\ 12 - endif endif if &shell =~ 'bin/fish'