aboutsummaryrefslogtreecommitdiff
path: root/vimrc
blob: 8b7d976d5b00b2dfc1a6c18a9e4b18f8ed4e6497 (plain)
1
2
3
4
5
6
7
if has("syntax")
	syntax on
endif

if exists('+colorcolumn')
	set colorcolumn=80
endif