aboutsummaryrefslogtreecommitdiff
path: root/vim/.gvimrc
blob: 92fabed78e226ee08271d8310a50a1228ab1f4ab (plain) (blame)
1
2
3
4
5
6
7
8
9
set guioptions-=T

if &diff
	" I only use this for Hebrew diffs
	set rl
	set guifont=Monospace\ 14
	let g:solarized_bold=0
	colorscheme solarized
endif