hop.nvim
hop.nvim copied to clipboard
feat: support virtualedit
This PR allows hop to jump to anywhere you want with virtualedit
used, even there is a blank cell like the picture showed below.
So any hop-regex/extension can supports virtualedit
via only provide extra Cursor.off
and Cursor.virt
.
Currently hint_vertical
and hint_lines
can jump to blank cells when virutaledit = insert/block/all
.