update copilot plugin

This commit is contained in:
♥ Minnie ♥ 2025-03-23 18:41:22 +08:00
parent 05e60eb62f
commit feb7679637
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

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