nvf/modules/assistant/default.nix

7 lines
142 B
Nix
Raw Normal View History

2023-02-06 01:14:01 +00:00
_: {
imports = [
2023-02-27 14:06:04 +00:00
./copilot
# ./tabnine.nix # removed until I find a way around the initialisation script the plugin requires
2023-02-06 01:14:01 +00:00
];
}