nixos/home/nvim/copilot.nix
2024-03-12 02:55:45 +01:00

6 lines
70 B
Nix

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