From 7dc2656354ac8815bd525ebe465d0cb02eff7316 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 14 Apr 2021 22:02:44 +0800 Subject: [PATCH] Remove cursorline --- core/options.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/options.vim b/core/options.vim index 6a1f65a..e65d9d8 100644 --- a/core/options.vim +++ b/core/options.vim @@ -61,8 +61,6 @@ set showbreak=↪ " List all matches and complete till longest common string set wildmode=list:longest -set cursorline " Show current line where the cursor is - " Minimum lines to keep above and below cursor when scrolling set scrolloff=3