12.nixvim/tests/test-sources/plugins/by-name/rhubarb/default.nix
santoshxshrestha 47b2ce062a rhubarb: init
2025-09-25 13:26:44 +00:00

6 lines
92 B
Nix

{
empty = {
plugins.fugitive.enable = true;
plugins.rhubarb.enable = true;
};
}