Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
feat: support REPLACE (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: abeldekat <abel@nomail.com>
  • Loading branch information
abeldekat and abeldekat authored Apr 30, 2024
1 parent 8cbd707 commit 5c6a69b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/harpoonline/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ end
H.create_extensions = function(Extensions)
H.harpoon_plugin:extend({ [Extensions.event_names.ADD] = H.produce })
H.harpoon_plugin:extend({ [Extensions.event_names.REMOVE] = H.produce })
H.harpoon_plugin:extend({ [Extensions.event_names.REPLACE] = H.produce })
end

-- If the current buffer is harpooned, return the index of the harpoon mark
Expand Down

0 comments on commit 5c6a69b

Please sign in to comment.