Show cursor line with different highlight group

This commit is contained in:
2018-08-15 15:55:00 +01:00
parent f7d07f23da
commit 3777a990f2
2 changed files with 3 additions and 1 deletions

View File

@@ -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', '', '', '')