A small plugin to add a separate list for each git branch with Harpoon v2.
Emulates mark_branch
from Harpoon v1.
Uses tpope's vim-fugitive
for faster branch name resolution if available, otherwise falls back to git rev-parse
.
Using Lazy.nvim
{
"pockata/harpoon-mark-git-branch",
dependencies = { "ThePrimeagen/harpoon" },
config = function()
require("harpoon-mark-git-branch").setup()
end,
},
None
MIT