Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with leap.nvim #138

Open
PenguinCaptain opened this issue Jun 19, 2023 · 1 comment
Open

Not compatible with leap.nvim #138

PenguinCaptain opened this issue Jun 19, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@PenguinCaptain
Copy link

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

@PenguinCaptain PenguinCaptain added the bug Something isn't working label Jun 19, 2023
@kevinhwang91 kevinhwang91 added the help wanted Extra attention is needed label Jun 19, 2023
@llllvvuu
Copy link

Seems like this is also an issue with stock nvim folds: ggandor/leap.nvim#48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants