Browse Source

new font and new color for gvim

master
Julio Biason 10 years ago
parent
commit
64048ff856
  1. 3
      configs/gvimrc

3
configs/gvimrc

@ -8,7 +8,8 @@ if has('mac')
set gfn=monofur:h15 " My screen size sucks, mkay?
set lines=63 " number of lines, based on my screen size and font
else
set gfn=monofur\ for\ Powerline\ 14
set gfn=monofur\ for\ Powerline\ 12
set lines=54
let g:Powerline_symbols = 'fancy'
color hybrid
endif

Loading…
Cancel
Save