blob: 388e54476982b49312dd3c64b7058f2140c499f1 [file] [log] [blame]
{ pkgs, ... }: {
programs.neovim.plugins = [
pkgs.vimPlugins.copilot-vim
];
}