copilot is trash

This commit is contained in:
♥ Minnie ♥ 2025-04-29 20:19:49 +08:00
parent 08e4b09c11
commit 03c865238b
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 0 additions and 14 deletions

View file

@ -9,7 +9,6 @@
# Completion # Completion
./plugins/cmp/cmp.nix ./plugins/cmp/cmp.nix
./plugins/cmp/copilot.nix
# Editor plugins and configurations # Editor plugins and configurations
./plugins/editor/autopairs.nix ./plugins/editor/autopairs.nix

View file

@ -1,13 +0,0 @@
{...}: {
plugins.copilot-vim = {
enable = true;
settings = {
filetypes = {
"*" = false;
};
workspace_folders = [
"/home/sajenim/.repositories/dotfiles.nix/"
];
};
};
}