9 lines
129 B
Nix
9 lines
129 B
Nix
![]() |
{
|
||
|
programs.neovim-flake.settings.vim = {
|
||
|
assistant.copilot = {
|
||
|
enable = true;
|
||
|
cmp.enable = true;
|
||
|
};
|
||
|
};
|
||
|
}
|