aboutsummaryrefslogtreecommitdiff
path: root/options.vim
diff options
context:
space:
mode:
Diffstat (limited to 'options.vim')
-rw-r--r--options.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/options.vim b/options.vim
index 77d9975..5c11bc5 100644
--- a/options.vim
+++ b/options.vim
@@ -64,8 +64,6 @@ set wildmode=list:full
" Show current line where the cursor is
set cursorline
-" Set a ruler at column 80, see https://stackoverflow.com/q/2447109/6064933
-set colorcolumn=80
" Minimum lines to keep above and below cursor when scrolling
set scrolloff=3