update copilot plugin
This commit is contained in:
parent
05e60eb62f
commit
feb7679637
|
@ -1,5 +1,14 @@
|
|||
{...}: {
|
||||
plugins.copilot-vim = {
|
||||
enable = true;
|
||||
settings = {
|
||||
filetypes = {
|
||||
"*" = false;
|
||||
"nix" = true;
|
||||
};
|
||||
workspace_folders = [
|
||||
"/home/sajenim/.repositories/dotfiles.nix/"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue