nichts/modules/editors/nvf/plugins/settings/assistant.nix
2024-07-06 15:15:37 +02:00

8 lines
129 B
Nix

{
programs.neovim-flake.settings.vim = {
assistant.copilot = {
enable = true;
cmp.enable = true;
};
};
}