-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems the line isn't updated when harpoon status changes #211
Comments
Yeah, it's probably outdated. I switched away from Harpoon since it's often broken and isn't actively maintained. I don't have much interest in keeping the sorter updated but would be happy if someone else wanted to :) |
Fair enough. Do you have a preferred alternative for similar features? Thanks for following up so quickly. |
Yeah that's a good point - I've recently been using folke's snacks.nvim picker since I've been trying to slim my config down a bit and the repos I'm working in are quite large (making fuzzy-search easier than visually parsing a buffer list). But maybe some sort of buffer pinning API would be ideal? That way integrations of this kind would be easier but I wouldn't need to maintain any harpoon-specific code. Thoughts? |
I'm in a similar boat. In fact, I've just recently converted from lazy.nvim to mini.deps and adopted a ton of mini.nvim for a similar reason; slimming down. I guess I can make use of mini.visits, but I don't know it well enough yet. There is something nice about manually setting a list of 2 or 3 files I'm working with. A buffer pinning api is an interesting idea, but it feels like maybe responsibility that belongs outside a bufferline plugin ... or maybe it is perfect for that. 🤔 |
Using the harpoon sorter as given in the wiki, doesn't update on change. After changing the harpoon files list, one must switch buffers for the update to have effect. Or I'm missing something, but I can't sort out what. You can see my configuration here and here, but the sorter is:
I should clarify that it does work when using the harpoon interface, but I mean when using the
:add()
and:remove()
methods. That's when it doesn't update until switching buffers.The text was updated successfully, but these errors were encountered: