summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
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