From 3777a990f210d4b5f0e6f42b00d0e22f2abc8b66 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 15 Aug 2018 15:55:00 +0100 Subject: [PATCH] Show cursor line with different highlight group --- colors/fresh.vim | 2 +- plugin/settings.vim | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 0955b97..55045ba 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -95,7 +95,7 @@ if has('gui_running') || &t_Co == 256 call s:hi('Cursor', '', '', 'reverse') call s:hi('CursorIM', '', '', '') call s:hi('CursorColumn', '235', '', '') - call s:hi('CursorLine', '', '', '') + call s:hi('CursorLine', '', '233', '') call s:hi('Directory', '', '', '') call s:hi('DiffAdd', '2', '', '') call s:hi('DiffChange', '', '', '') diff --git a/plugin/settings.vim b/plugin/settings.vim index 20edaeb..d8046b9 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -21,6 +21,8 @@ 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