vimrc: highlight current line number
This commit is contained in:
parent
b2925bebda
commit
6daf4fd4b2
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
|
@ -105,6 +105,7 @@ if exists('+cursorline')
|
|||
set cursorline
|
||||
" remove line and make the line bold instead
|
||||
highlight CursorLine term=bold cterm=bold
|
||||
highlight CursorLineNR term=bold cterm=bold ctermbg=darkgrey
|
||||
endif
|
||||
|
||||
" display box from column 81 to 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue