set guioptions=aegit " basically, all options, except the scrollbar, menu and toolbar set columns=116 " number of columns (uses most of my screen, in this case) set cursorline " highlight the line with the cursor set colorcolumn=+2 " put a marker at textwidth + 2 set linespace=1 " spread the lines a bit, adding a 1px line above all 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\ 12 " set gfn=Source\ Code\ Pro\ for\ Powerline\ Medium\ 11 set lines=54 let g:Powerline_symbols = 'fancy' endif color mustang