1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-12 21:46:06 +01:00
nixvim/tests/test-sources/plugins/by-name/copilot-cmp/default.nix

11 lines
137 B
Nix

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