summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2015-03-30 18:02:05 +0200
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2015-03-30 18:02:05 +0200
commit830adf3f9d05ad2c324ce5438009c4118c970820 (patch)
tree151c801de733ac0845262407d84fb426e469d601 /.vimrc
parentIgnore linked plugins from plugin-available (diff)
downloadvim_sync-830adf3f9d05ad2c324ce5438009c4118c970820.tar.xz
Highlight 80th column
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index a3945e9..9cecdfe 100644
--- a/.vimrc
+++ b/.vimrc
@@ -31,6 +31,9 @@ set scrolloff=6
"highlight line with cursor
set cursorline
+"highlight 80th column
+set colorcolumn=80
+
"show info on in which mode you're in
set showmode