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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
137 B
Nix
Raw Normal View History

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