3 lines
74 B
Nix
3 lines
74 B
Nix
{pkgs, ...}: {
|
|
output.plugins = with pkgs.vimPlugins; [plenary-nvim];
|
|
}
|