From ec34f4c28b1b0d024f7a07ef416bbce3ae87bcd0 Mon Sep 17 00:00:00 2001 From: Alexei Yatskov Date: Fri, 27 May 2016 09:52:41 -0700 Subject: [PATCH] Windows tweaks --- .vim/options.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vim/options.vim b/.vim/options.vim index 0ec6bf1..8d38c85 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -51,6 +51,10 @@ if has('gui_running') set guioptions-=l set guioptions-=m set guioptions-=r + + if has('win32') + set guifont=Lucida_Console:h10 + endif endif if &shell =~ 'bin/fish'