harpoon
harpoon copied to clipboard
Hello, It is unclear what are the functions in `HarpoonPartialConfigItem` (i.e. the configuration for a custom list). The README [mentions an `add` function](https://github.com/ThePrimeagen/harpoon/tree/harpoon2#config) whereas in [this code comment](https://github.com/ThePrimeagen/harpoon/blob/2d3abde3c4db4981294f9405ca11e3156ae78323/lua/harpoon/config.lua#L16C11-L26), there is...
This is my current harpoon config. ```lua return { { "ThePrimeagen/harpoon", dependencies = { "nvim-lua/plenary.nvim" }, branch = "harpoon2", config = function() local harpoon = require("harpoon") harpoon:setup({ default = {...
**WARNING** If this is about Harpoon1, the issue will be closed. All support and everything of harpoon1 will be frozen on `master` until 4/20 or 6/9 and then harpoon2 will...
The issue templates that are currently in use aren't that effective. I've noticed that there are a lot of bugs reported which are issues caused by either: - Not having...
Sometimes, when opening a file via Harpoon (or toggling to it) for the first time in an nvim session, I will get an error of this form: ``` E51308: Error...
The issue https://github.com/ThePrimeagen/harpoon/issues/381 was closed but it doesn't seem to be addressed. There was a comment about a PR that had just been closed but there was no link so...
**What issue are you having that you need harpoon to solve?** I'm changing a path in my harpoon ui, but my harpoon ui is set up to shorten long path...
**What issue are you having that you need harpoon to solve?** Get tj to make ci to generate docs **Why doesn't the current config help?** because it doesn't make docs...
**What issue are you having that you need harpoon to solve?** Problem: tests do not consider key presses and how the ui menu should react. Solution: tests to cover that...
#396 but to the right branch Adds request in #384