Cleanup copilot option
This commit is contained in:
@@ -90,7 +90,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
copilot-vim = {
|
copilot-vim = {
|
||||||
enable = config.nixpkgs.config.allowUnfree;
|
enable = (config.nixpkgs.config ? "allowUnfree" && config.nixpkgs.config.allowUnfree);
|
||||||
settings.workspace_folders = [ "~/src/ivr" ];
|
settings.workspace_folders = [ "~/src/ivr" ];
|
||||||
};
|
};
|
||||||
direnv.enable = true;
|
direnv.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user