harpoon icon indicating copy to clipboard operation
harpoon copied to clipboard

Results 124 harpoon issues
Sort by recently updated
recently updated
newest added

https://github.com/ThePrimeagen/harpoon/assets/58370433/60aa60e3-21e1-4595-9bf2-08b52b1b09cc Hello @ThePrimeagen, First off, thanks for merging this [PR](https://github.com/ThePrimeagen/harpoon/pull/541) Using my plugin [harpoonline](https://github.com/abeldekat/harpoonline), I discovered that the length of the list can be wrong. I [use](https://github.com/abeldekat/harpoonline/blob/a92580198152c56717772e64c90a01efe23656b4/lua/harpoonline/init.lua#L203): ```lua require("harpoon"):list():length() ```...

bug
harpoon2

See issue [559](https://github.com/ThePrimeagen/harpoon/issues/559)

Add a replace function that either: - swap two existing items in the list - replace an existing item with a new one ## example With these key binds: ```lua...

EDIT: I had a conflicting keybind. It works much more often now, but still not every time I open neovim. --- The issue is that most of the times whenever...

**What issue are you having that you need harpoon to solve?** It would be nice to use the Telescope picker to also remove files from the list, and possibly also...

I configured harpoon to use telescope UI based on the Docs but I cannot delete or re-arrange the files that were added. Though when using default UI I am able...

Instead of initializing the users configuration inside `harpoon:new()`, do it when `harpoon:setup({})` is called. This fixes the issue, when using the `settings.key`-function for the setup-call. This change brakes one of...

Dunno if this is totally dumb, but I thought I could at least drop the idea since I'm really enjoying Harpoon2 and realised this might be useful to others. **What...

Harpoon was not remembering the cursor position after quitting nvim. Ensure that the cursor information is always saved and applied so that we get back to exactly where we last...