nixos/home/programs/nvim/copilot.nix
2024-06-14 10:00:54 +02:00

6 lines
70 B
Nix

{
programs.nixvim.plugins.copilot-vim = {
enable = true;
};
}