György Andorka

Results 204 comments of György Andorka

By the way, ideally we should prevent executing the change in the first place if no target has been found. https://github.com/ggandor/leap.nvim/issues/50

This cannot be solved until Neovim's extmark API allows for setting the labels per-window instead of per-buffer. See also: https://github.com/ggandor/lightspeed.nvim/issues/142.

Nice, thank you! I'm totally fine with this for now, one can always set `blend` back to a value other than 0 on `LeapLeave`. It's enough to give the explanation...

> Would it be possible to set a vim.g.... global that I can set to false from within Noice, to prevent Leap doing the cursor hiding? Alternatively, you could skip...

> Noice disables the cursor whenever some code does vim.fn.getchar, vim.fn.getcharstr, vim.fn.inputlist, so the fixes I did were not specifically for leap, but basically for all plugins. Ah, thanks for...

But what about the delaying issue mentioned above? @folke could you give us a TLDR on that? :)

Rendered obsolete by https://github.com/neovim/neovim/pull/27858.

This would be great, already thought about it lots of times, but it only works if "autojumping" is disabled. (A pair can be followed by _any_ character, so there would...

I can reproduce. Single-window search works, the problem appears when other windows are included, like in your custom command (`gs` fails too, but fortunately no one would intentionally use that...