install codecompanion

This commit is contained in:
sloane 2025-04-03 11:04:36 -04:00
parent 85738cb47a
commit ad68bf85c8
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -264,5 +264,16 @@
};
plugins.copilot-lua.enable = true;
plugins.copilot-cmp.enable = true;
plugins.codecompanion = {
enable = true;
settings = {
strategies = {
agent.adapter = "copilot";
chat.adapter = "copilot";
inline.adapter = "copilot";
};
};
};
};
}