1
0
Fork 0

nvim: support opening gitea/forgejo repos

This commit is contained in:
Daniel Kempkens 2024-04-23 23:22:44 +02:00
parent 843b01cecd
commit 3ee18cd318
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -77,6 +77,7 @@ in
ripgrep
socat
ssh-audit
tea
viddy
wget
xxHash