nix-config/programs/nixvim/plugins/ai.nix

11 lines
No EOL
194 B
Nix

{ ... }:
{
programs.nixvim.plugins = {
# GitHub Copilot
copilot-vim.enable = true;
# Avante AI assistant (imported from separate file)
# avante config is in avante.nix
};
}