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

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2024
1 parent d116fc3 commit da5972e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/harpoonline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ USING MINI.DEPS AND MINI.STATUSLINE ~
local MiniDeps = require("mini.deps")
local add, now = MiniDeps.add, MiniDeps.now
now(function()
add({ source = "echasnovski/mini.statusline", depends = {"abeldekat/harpoonline"}})
add({
source = "echasnovski/mini.statusline",
depends = {{ source = "abeldekat/harpoonline", checkout = "stable" }}
})
config()
end
<
Expand Down

0 comments on commit da5972e

Please sign in to comment.