neogit: configure codeberg and ludwig.dog
This commit is contained in:
parent
416314510d
commit
500d6aae0b
1 changed files with 2 additions and 4 deletions
6
init.lua
6
init.lua
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue