diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-10 18:03:02 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-10 18:03:02 +0100 |
commit | a91b2ab3adbbc12bbf5cf33200592f5283dedd58 (patch) | |
tree | 7d82314fe1f681a79add2d851bde921dce0b7125 /fnl | |
parent | 7601e022b15ae26c2e74087b074657aa46080c25 (diff) |
Add branch to harpoon
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/harpoon.fnl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fnl/plugins/harpoon.fnl b/fnl/plugins/harpoon.fnl index 5144309..cdc611e 100644 --- a/fnl/plugins/harpoon.fnl +++ b/fnl/plugins/harpoon.fnl @@ -47,4 +47,9 @@ {1 :ms 2 :<cmd>HarpoonPrev<cr> :desc "Harpoon Prev"} {1 :mt 2 :<cmd>HarpoonNext<cr> :desc "Harpoon Next"}]) -{1 :ThePrimeagen/harpoon :event :BufReadPost : init : keys : config} +{1 :ThePrimeagen/harpoon + :branch :harpoon2 + :event :BufReadPost + : init + : keys + : config} |