11 lines
137 B
Nix
11 lines
137 B
Nix
{
|
|
empty = {
|
|
plugins.copilot-cmp.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.copilot-cmp = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|