summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2015-11-23 22:49:47 -0500
committerJune McEnroe <june@causal.agency>2015-11-23 22:49:47 -0500
commiteee39572f7e9f26005e0a52475a00ab85ed61323 (patch)
tree887272f37a186867fb180d5a2f07f47e453817a3 /.vimrc
parentAlways git rebase --autosquash (diff)
downloadsrc-eee39572f7e9f26005e0a52475a00ab85ed61323.tar.gz
src-eee39572f7e9f26005e0a52475a00ab85ed61323.zip
Remove colorcolumn at 120
Diffstat (limited to '')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 4662b59b..1a266c74 100644
--- a/.vimrc
+++ b/.vimrc
@@ -19,7 +19,7 @@ set incsearch ignorecase smartcase hlsearch
 set autoindent smartindent smarttab
 
 " Show line numbers, highlight current line and fixed columns.
-set number cursorline colorcolumn=80,100,120
+set number cursorline colorcolumn=80,100
 
 " Set window title.
 set title