vimrc: highlight current line number

This commit is contained in:
Thomas Preisner 2018-09-22 23:20:40 +02:00
parent b2925bebda
commit 6daf4fd4b2

1
vimrc
View file

@ -105,6 +105,7 @@ if exists('+cursorline')
set cursorline set cursorline
" remove line and make the line bold instead " remove line and make the line bold instead
highlight CursorLine term=bold cterm=bold highlight CursorLine term=bold cterm=bold
highlight CursorLineNR term=bold cterm=bold ctermbg=darkgrey
endif endif
" display box from column 81 to 100 " display box from column 81 to 100