From 6fb2f7a01cb4afa9b7cc9f1c308e4a188ba81389 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 30 Aug 2018 23:37:28 +0100 Subject: [PATCH] Remove cursorline option --- plugin/settings.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/settings.vim b/plugin/settings.vim index d8046b9..20edaeb 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -21,8 +21,6 @@ endif set laststatus=2 " Show the line and colum number of a cursor position set ruler -" Show the current line with different highlighting -set cursorline " Enhanced command line completion set wildmenu