disable copilot, codecompanion
This commit is contained in:
parent
8d1d810c8e
commit
f001db6c69
1 changed files with 3 additions and 3 deletions
|
@ -263,10 +263,10 @@
|
|||
openOnSetup = false;
|
||||
};
|
||||
|
||||
plugins.copilot-lua.enable = true;
|
||||
plugins.copilot-cmp.enable = true;
|
||||
plugins.copilot-lua.enable = false;
|
||||
plugins.copilot-cmp.enable = false;
|
||||
plugins.codecompanion = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
strategies = {
|
||||
agent.adapter = "copilot";
|
||||
|
|
Loading…
Reference in a new issue