feat: tweak neogit settings
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
df8cd9c184
commit
27194b5a47
1 changed files with 20 additions and 2 deletions
|
|
@ -33,8 +33,26 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
commit_popup.kind = "floating";
|
graph_style = "unicode";
|
||||||
kind = "floating";
|
process_spinner = true;
|
||||||
|
|
||||||
|
git_services = {
|
||||||
|
"bitbucket.eu.seeds.basf.net" = {
|
||||||
|
pull_request = "https://bitbucket.eu.seeds.basf.net/projects/\${owner}/repos/\${repository}/pull-requests/new?source=\${branch_name}&t=1";
|
||||||
|
commit = "https://bitbucket.eu.seeds.basf.net/projects/\${owner}/repos/\${repository}/commits/\${oid}";
|
||||||
|
tree = "https://bitbucket.eu.seeds.basf.net/projects/\${owner}/repos/\${repository}/browse?at=refs%2Fheads%2F\${branch_name}";
|
||||||
|
};
|
||||||
|
"codeberg.org" = {
|
||||||
|
pull_request = "https://\${host}/\${owner}/\${repository}/compare/\${branch_name}";
|
||||||
|
commit = "https://\${host}/\${owner}/\${repository}/commit/\${oid}";
|
||||||
|
tree = "https://\${host}/\${owner}/\${repository}/src/branch/\${branch_name}";
|
||||||
|
};
|
||||||
|
"github.com" = {
|
||||||
|
pull_request = "https://github.com/\${owner}/\${repository}/compare/\${branch_name}?expand=1";
|
||||||
|
commit = "https://github.com/\${owner}/\${repository}/commit/\${oid}";
|
||||||
|
tree = "https://github.com/\${owner}/\${repository}/tree/\${branch_name}";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue