rm copilot

This commit is contained in:
2026-01-07 12:13:35 +00:00
parent a305d23785
commit c7c60af7fe
2 changed files with 0 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
{
programs.nixvim.plugins.copilot-lua = {
enable = true;
settings = {
panel.enabled = false;
suggestion = {
enabled = true;
auto_trigger = true;
keymap = {
accept = "<Tab>";
};
};
};
};
}