install codecompanion
This commit is contained in:
parent
85738cb47a
commit
ad68bf85c8
1 changed files with 11 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue