neovim-flake/modules/assistant/default.nix

7 lines
142 B
Nix

_: {
imports = [
./copilot
# ./tabnine.nix # removed until I find a way around the initialisation script the plugin requires
];
}