Skip to content

Commit 84ce87a

Browse files
committed
Aesthetic fix for current-line gutter highlight
1 parent b42689f commit 84ce87a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vimrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140

141141
highlight clear SignColumn " SignColumn should match background for
142142
" things like vim-gitgutter
143+
144+
highlight clear LineNr " Current line number row will have same background color in relative mode.
145+
" Things like vim-gitgutter will match LineNr highlight
146+
"highlight clear CursorLineNr " Remove highlight color from current line number
143147

144148
if has('cmdline_info')
145149
set ruler " Show the ruler

0 commit comments

Comments
 (0)