diff options
Diffstat (limited to 'fnl/plugins')
-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} |