Skip to content

pockata/harpoon-mark-git-branch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

harpoon-mark-git-branch

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.

Installation

Using Lazy.nvim

{
    "pockata/harpoon-mark-git-branch",
    dependencies = { "ThePrimeagen/harpoon" },
    config = function() 
        require("harpoon-mark-git-branch").setup()
    end,
},

Configuration

None

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published