mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
12 lines
149 B
Nix
12 lines
149 B
Nix
|
{
|
||
|
empty = {
|
||
|
plugins.blink-cmp-copilot.enable = true;
|
||
|
};
|
||
|
|
||
|
defaults = {
|
||
|
plugins.blink-cmp-copilot = {
|
||
|
enable = true;
|
||
|
};
|
||
|
};
|
||
|
}
|