nvim: support opening gitea/forgejo repos
This commit is contained in:
parent
843b01cecd
commit
3ee18cd318
2 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
(case vim.env.REMOTE_REPO_TYPE
|
||||
:github nil
|
||||
:gitlab (run-cmd [:glab :repo :view :--web])
|
||||
:forgejo nil))
|
||||
:forgejo (run-cmd [:tea :open])))
|
||||
|
||||
(fn mod.open-merge-request []
|
||||
(case vim.env.REMOTE_REPO_TYPE
|
||||
|
|
|
@ -77,6 +77,7 @@ in
|
|||
ripgrep
|
||||
socat
|
||||
ssh-audit
|
||||
tea
|
||||
viddy
|
||||
wget
|
||||
xxHash
|
||||
|
|
Loading…
Reference in a new issue