neovim-flake/modules/plugins/assistant/default.nix

7 lines
51 B
Nix

{
imports = [
./chatgpt
./copilot
];
}