nixvim-config/config/plugins/cmp/copilot.nix
2025-03-22 20:04:56 +08:00

5 lines
61 B
Nix

{...}: {
plugins.copilot-vim = {
enable = true;
};
}