diff options
author | June McEnroe <june@causal.agency> | 2015-11-23 22:49:47 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2015-11-23 22:49:47 -0500 |
commit | eee39572f7e9f26005e0a52475a00ab85ed61323 (patch) | |
tree | 887272f37a186867fb180d5a2f07f47e453817a3 | |
parent | Always git rebase --autosquash (diff) | |
download | src-eee39572f7e9f26005e0a52475a00ab85ed61323.tar.gz src-eee39572f7e9f26005e0a52475a00ab85ed61323.zip |
Remove colorcolumn at 120
-rw-r--r-- | .vimrc | 2 |
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 |