1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-18 00:12:48 +01:00
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;
};
}