feat: add codecompanion
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
03e25b6d01
commit
cf8c5f65b8
1 changed files with 30 additions and 0 deletions
30
plugins/codecompanion.nix
Normal file
30
plugins/codecompanion.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
plugins.codecompanion = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
display = {
|
||||
action_palette = {
|
||||
opts = {
|
||||
show_default_prompt_library = true;
|
||||
};
|
||||
provider = "default";
|
||||
};
|
||||
chat = {
|
||||
window = {
|
||||
layout = "vertical";
|
||||
opts = {
|
||||
breakindent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
strategies = {
|
||||
agent.adapter = "gemini";
|
||||
chat.adapter = "gemini";
|
||||
inline.adapter = "gemini";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue