Show cursor line with different highlight group
This commit is contained in:
parent
f7d07f23da
commit
3777a990f2
@ -95,7 +95,7 @@ if has('gui_running') || &t_Co == 256
|
|||||||
call s:hi('Cursor', '', '', 'reverse')
|
call s:hi('Cursor', '', '', 'reverse')
|
||||||
call s:hi('CursorIM', '', '', '')
|
call s:hi('CursorIM', '', '', '')
|
||||||
call s:hi('CursorColumn', '235', '', '')
|
call s:hi('CursorColumn', '235', '', '')
|
||||||
call s:hi('CursorLine', '', '', '')
|
call s:hi('CursorLine', '', '233', '')
|
||||||
call s:hi('Directory', '', '', '')
|
call s:hi('Directory', '', '', '')
|
||||||
call s:hi('DiffAdd', '2', '', '')
|
call s:hi('DiffAdd', '2', '', '')
|
||||||
call s:hi('DiffChange', '', '', '')
|
call s:hi('DiffChange', '', '', '')
|
||||||
|
@ -21,6 +21,8 @@ endif
|
|||||||
set laststatus=2
|
set laststatus=2
|
||||||
" Show the line and colum number of a cursor position
|
" Show the line and colum number of a cursor position
|
||||||
set ruler
|
set ruler
|
||||||
|
" Show the current line with different highlighting
|
||||||
|
set cursorline
|
||||||
|
|
||||||
" Enhanced command line completion
|
" Enhanced command line completion
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user