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

Not compatible with leap.nvim #138

Open PenguinCaptain opened 1 year ago

PenguinCaptain commented 1 year ago

Neovim version (nvim -v | head -n1)

NVIM v0.9.1

Operating system/version

macOS 13.4

How to reproduce the issue

When I fold something like

opts = {
   aaa = bbb,
}

to

opts = { ...

I can't jump to op using leap.nvim anymore

Expected behavior

The leap.nvim should be able to highlight op on the folding lineopts = { ...

Actual behavior

Nothing can be found on the line

llllvvuu commented 1 year ago

Seems like this is also an issue with stock nvim folds: https://github.com/ggandor/leap.nvim/issues/48