From 87cd752de29a60880497972e0b6805641a4918c7 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 25 Sep 2020 11:30:28 +0800 Subject: [PATCH] remove colorcolumn option we can set it per filetype --- options.vim | 2 -- 1 file changed, 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