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

12 lines
149 B
Nix
Raw Normal View History

2024-12-25 06:37:37 -03:00
{
empty = {
plugins.blink-cmp-copilot.enable = true;
};
defaults = {
plugins.blink-cmp-copilot = {
enable = true;
};
};
}