1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-03 07:31:05 +01:00

rhubarb: init

This commit is contained in:
santoshxshrestha 2025-09-24 17:50:30 +05:45 committed by Matt Sturgeon
parent 80cdf28db4
commit 47b2ce062a
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
empty = {
plugins.fugitive.enable = true;
plugins.rhubarb.enable = true;
};
}