Show cursor line with different highlight group

This commit is contained in:
Kenneth Benzie 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', '', '', '')

View File

@ -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