8 lines
129 B
Nix
8 lines
129 B
Nix
{
|
|
programs.neovim-flake.settings.vim = {
|
|
assistant.copilot = {
|
|
enable = true;
|
|
cmp.enable = true;
|
|
};
|
|
};
|
|
}
|