Skip to content

Commit

Permalink
fix: virtual cursor hl overwhelme by search hl
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-hsieh committed Apr 24, 2024
1 parent 059e88e commit d1e71df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hop/hint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function M.set_hint_extmarks(hl_ns, hints, opts)
api.nvim_buf_set_extmark(hint.jump_target.buffer, hl_ns, row, col, {
virt_text = virt_text,
virt_text_pos = opts.hint_type,
hl_mode = 'combine',
hl_mode = 'replace',
priority = M.HintPriority.HINT,
})
end
Expand Down

0 comments on commit d1e71df

Please sign in to comment.