hop.nvim icon indicating copy to clipboard operation
hop.nvim copied to clipboard

Neovim motions on speed!

Results 79 hop.nvim issues
Sort by recently updated
recently updated
newest added
trafficstars

Fix regression of phaazon/hop.nvim#267 caused by pull#315 - opts.col passed to nvim_buf_set_extmark() expects it to be 0-indexed. phaazon/hop.nvim#315 causes an empty line to retun 1 for cursor's column. This PR...

Refactor function `set_unmatched_lines` in `init.lua` to make the logic more clear. Fix #361 as well. It has been tested in my local machine with neovim 0.9.0.

every letter entered is automatically matched, with all possibilities present.

### Problem Markers are out of place when we have `` in the latest version of NeoVim. (Please see the screenshot at the bottom of this issue.) #### My environment...

Added new commands for supporting camel case words hopping which was requested in #155 .

This error is pretty hard to reproduce because it shows up inconsistently. I have two windows open in 1 tab and when I use the command `HopChar2MW` to jump to...

This PR fixes these bugs: 1. Running `:HopVerticalAC` when the cursor is on an empty line will print "col value outside range". 2. Running `:HopVerticalMW` when there is a floating...

I'm not sure how to describe the issue, maybe it is already built in. In easy motion I could jump to mattches that were not visible, just like a normal...

Apologies if there's some unique quirk on my machine that is causing this, or if I've missed something. ### Platform/Version: * Ubuntu 22.04 * Neovim v0.8.0-1210-gd367ed9b2 * LuaJIT 2.1.0-beta3 ###...