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 = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
pkgs.gh-copilot
|
||||
];
|
||||
gitCredentialHelper.enable = true;
|
||||
settings = {
|
||||
editor = "nvim";
|
||||
git_protocol = "ssh";
|
||||
aliases = {
|
||||
co = "pr checkout";
|
||||
rc = "repo clone";
|
||||
cp = "copilot";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue