This commit is contained in:
2025-11-02 20:47:31 +00:00
parent a947e43826
commit d159c3a9f1
5 changed files with 21 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
{
programs.nixvim.plugins.copilot-lua = {
enable = true;
settings = {
panel.enabled = false;
suggestion = {
enabled = true;
auto_trigger = true;
};
};
};
}