enable copilot
This commit is contained in:
parent
848f519a93
commit
1e7bd69bc1
1 changed files with 5 additions and 0 deletions
|
@ -172,12 +172,17 @@
|
||||||
};
|
};
|
||||||
gh = {
|
gh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
extensions = [
|
||||||
|
pkgs.gh-copilot
|
||||||
|
];
|
||||||
|
gitCredentialHelper.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
git_protocol = "ssh";
|
git_protocol = "ssh";
|
||||||
aliases = {
|
aliases = {
|
||||||
co = "pr checkout";
|
co = "pr checkout";
|
||||||
rc = "repo clone";
|
rc = "repo clone";
|
||||||
|
cp = "copilot";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue