aboutsummaryrefslogtreecommitdiff
path: root/core/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-04-14 22:02:44 +0800
committerjdhao <jdhao@hotmail.com>2021-04-14 22:02:44 +0800
commit7dc2656354ac8815bd525ebe465d0cb02eff7316 (patch)
tree1f044d69311499f7eda9850d406b55e690cf692f /core/options.vim
parent20619c8c8ebdc81ba62c27b0247adeed269184f4 (diff)
Remove cursorline
Diffstat (limited to 'core/options.vim')
-rw-r--r--core/options.vim2
1 files changed, 0 insertions, 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