We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NVIM v0.9.1
macOS 13.4
When I fold something like
opts = { aaa = bbb, }
to
opts = { ...
I can't jump to op using leap.nvim anymore
op
The leap.nvim should be able to highlight op on the folding lineopts = { ...
Nothing can be found on the line
The text was updated successfully, but these errors were encountered:
Seems like this is also an issue with stock nvim folds: ggandor/leap.nvim#48
Sorry, something went wrong.
No branches or pull requests
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
to
I can't jump to
op
using leap.nvim anymoreExpected behavior
The leap.nvim should be able to highlight
op
on the folding lineopts = { ...
Actual behavior
Nothing can be found on the line
The text was updated successfully, but these errors were encountered: