neovim-flake/modules/assistant/default.nix

7 lines
62 B
Nix

_: {
imports = [
./copilot.nix
./tabnine.nix
];
}