harpoon
harpoon copied to clipboard
ipairs doesn't iterate over all the keys in table. It stops when it sees the first nil (removed file). If we remove any file in the harpoon:list() we set it...
**What issue are you having that you need harpoon to solve?** When I open a project in a new terminal, I want to be able to quickly jump back in...
## I get the issue only on commits 3e32576076a7897eb806f1437cac928ac60d47c3 and later. Harpoon works just fine while nvim is open, but when I close nvim, it forgets the marks. I'm guessing...
After the fix in #530, every `BufLeave`-event causes a *write* of the updated cursor-position to disk. I'm noticing a bit of a lag, when this happens on my machine :(...
Fixes #480. ## Explanation of the code: **Note that this explanation talks only about netrw, but some other things could be causing the same problem as well.** First of all...
This commit fixes the missing `entry.index` - in the marks-extension for telescope - which caused the index to always show `nil` - or rather `n…` - due to a fixed...
I don't know what is needed for these integrations, but i am glad to expose data for it. if `list` needs an api change to be able to integrate well,...
Hey :wave: ### Summary This PR is part of a push to get neovim plugins on [luarocks.org](https://luarocks.org/labels/neovim). See also: - [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim), a new luarocks-based plugin manager. - [this blog post](https://mrcjkb.github.io/posts/2023-01-10-luarocks-tag-release.html)....
When adding a new file, relative navigation does not work as expected the first time it is used, navigating as if the file was not just added. Here are a...
Solving #417 This allows for viewports to be saved when switching files with harpoon. Important note, I didn't understand how to access the settings table within the select function, so...