nixvim-config/config/plugins/cmp/copilot.nix

6 lines
61 B
Nix

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