From 0688612604e216d5b8495a31be0c6bf0100d5717 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 4 Jul 2014 09:51:22 -0700 Subject: [PATCH] [vim] Add colorcolumn at 89 --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 69cd69e..c7aaedf 100644 --- a/vimrc +++ b/vimrc @@ -40,7 +40,8 @@ set ttyfast " fast terminals set wrap " wrap long lines set linebreak " break at between words set textwidth=80 " wrap at 120 characters -set colorcolumn=80,120 " highlight 80th and 120th columns +set colorcolumn=80,89,120 + " highlight 80th and 120th columns set showmatch " show matching things: (), {}, [], etc set fo+=n " format numbered lists properly