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

8 lines
131 B
Nix

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