mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 13:15:08 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
a3b47e5202
commit
eaa458b32f
1 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,12 @@ Open the repo of the active file in the browser (e.g., GitHub)
|
|||
permalink = "/src/{commit}/{file}#lines-{line_start}-L{line_end}",
|
||||
commit = "/commits/{commit}",
|
||||
},
|
||||
["git.sr.ht"] = {
|
||||
branch = "/tree/{branch}",
|
||||
file = "/tree/{branch}/item/{file}",
|
||||
permalink = "/tree/{commit}/item/{file}#L{line_start}",
|
||||
commit = "/commit/{commit}",
|
||||
},
|
||||
},
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue