disable copilot, codecompanion

This commit is contained in:
sloane 2025-08-19 12:52:20 -04:00
parent 8d1d810c8e
commit f001db6c69
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -263,10 +263,10 @@
openOnSetup = false; openOnSetup = false;
}; };
plugins.copilot-lua.enable = true; plugins.copilot-lua.enable = false;
plugins.copilot-cmp.enable = true; plugins.copilot-cmp.enable = false;
plugins.codecompanion = { plugins.codecompanion = {
enable = true; enable = false;
settings = { settings = {
strategies = { strategies = {
agent.adapter = "copilot"; agent.adapter = "copilot";