Compare commits
3 commits
dcfcd7c8ec
...
ad68bf85c8
Author | SHA1 | Date | |
---|---|---|---|
ad68bf85c8 | |||
85738cb47a | |||
994d1154a4 |
1 changed files with 14 additions and 1 deletions
|
@ -260,7 +260,20 @@
|
||||||
plugins.nvim-tree = {
|
plugins.nvim-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
disableNetrw = true;
|
disableNetrw = true;
|
||||||
openOnSetup = true;
|
openOnSetup = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
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