nix-community.nixvim/tests/test-sources/plugins/by-name/blink-copilot/default.nix

12 lines
141 B
Nix
Raw Normal View History

2025-02-05 11:22:34 -06:00
{
empty = {
plugins.blink-copilot.enable = true;
};
defaults = {
plugins.blink-copilot = {
enable = true;
};
};
}