kevinhwang91 / nvim-ufo

Not UFO in the sky, but an ultra fold in Neovim.
BSD 3-Clause "New" or "Revised" License
2.3k stars 47 forks source link

Compatibility with hop.nvim #80

Closed meijieru closed 2 years ago

meijieru commented 2 years ago

Feature description

Currently, when folded, HopLineStartAC doesn't have any markers image However, HopLineAC works image

Describe the solution you'd like

Both HopLineStartAC & HopLineAC should have markers for jumping.

Additional context

No response

kevinhwang91 commented 2 years ago

You should open the issue at hop.nvim to support markers for folded lines. Look like hop.nvim has skipped folded lines after a PR.