nix-community.nixvim/tests/test-sources/plugins/by-name/blink-cmp-copilot/default.nix
2024-12-25 07:56:12 -03:00

11 lines
149 B
Nix

{
empty = {
plugins.blink-cmp-copilot.enable = true;
};
defaults = {
plugins.blink-cmp-copilot = {
enable = true;
};
};
}