chore(build): auto-generate docs

This commit is contained in:
folke 2024-12-01 17:12:42 +00:00 committed by github-actions[bot]
parent e5bc11e328
commit 9ef424bf79

View file

@ -20,6 +20,12 @@ Open the repo of the active file in the browser (e.g., GitHub)
end,
---@type "repo" | "branch" | "file" | "commit"
what = "file", -- what to open. not all remotes support all types
---@type string?
branch = nil,
---@type string?
line_start = nil,
---@type string?
line_end = nil,
-- patterns to transform remotes to an actual URL
remote_patterns = {
{ "^(https?://.*)%.git$" , "%1" },