Help: Implementation of leap.nvim #12352
Replies: 4 comments 2 replies
-
So it turns out this has already been implemented but was rejected about last year time. Would anyone have the link for the PR? |
Beta Was this translation helpful? Give feedback.
-
May I ask what the difference is between your suggesstion and |
Beta Was this translation helpful? Give feedback.
-
#5340 ? |
Beta Was this translation helpful? Give feedback.
-
I'm also interested in this. Label based jumps don't cut it for me, the UX of having to read the label first to type it is too disruptive. Is this something that could be implemented in a Steel plugin once that drops? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Helix already has a text jumper in the form of
goto_word
. However, it is amp based.I would like to implement a leap.nvim jumper. leap style jumping can be less overhead for some users.
Is there any advice the community can give on implementing this? It looks like there are some PRs I can piggy back off of.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions