this post was submitted on 15 Mar 2026
16 points (94.4% liked)
Neovim
2774 readers
2 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can replace harpoon with native argslist, if you don't need any advanced features. Works great for me. Interesting that you feel the need to use both Harpoon and Snipe, though. I max put like 4 different buffers into "Harpoon" and if I need to navigate elsewhere I just use my picker (mini.pick) to search through files or grep for words.
If you don't have a lot of heavy plugins IMO you don't really need to lazy load. Ever since I switched to 0.12 (lazy -> native pack) I don't lazy load anything and honestly I see absolutely no difference and you avoid a lot of the complexity.
This is native in nvim already.
You can also achieve this with native nvim functionality if you don't need anything complex.
I'm curious why the need for this vs native functionality?