1
0
Fork 0

neogit: configure codeberg and ludwig.dog

This commit is contained in:
Felipe 2024-08-06 23:48:09 -04:00
parent 416314510d
commit 500d6aae0b
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -542,10 +542,8 @@ neogit.setup({
["github.com"] = "https://github.com/${owner}/${repository}/compare/${branch_name}?expand=1", ["github.com"] = "https://github.com/${owner}/${repository}/compare/${branch_name}?expand=1",
["gitlab.com"] = ["gitlab.com"] =
"https://gitlab.com/${owner}/${repository}/merge_requests/new?merge_request[source_branch]=${branch_name}", "https://gitlab.com/${owner}/${repository}/merge_requests/new?merge_request[source_branch]=${branch_name}",
-- TODO: ["codeberg.org"] = "https://codeberg.org/${owner}/${repository}/compare/${target}...${branch_name}",
-- ["codeberg.org"] = "https://codeberg.org/${owner}/${repository}/pull-requests/new?source=${branch_name}&t=1", ["oolong.ludwig.dog"] = "https://oolong.ludwig.dog/${owner}/${repository}/compare/${target}...${branch_name}",
-- ["oolong.ludwig.dog"] =
-- "https://oolong.ludwig.dog/${owner}/${repository}/pull-requests/new?source=${branch_name}&t=1",
}, },
}) })
---- Comment.nvim ---- Comment.nvim