mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-09 18:41:07 +01:00
6 lines
92 B
Nix
6 lines
92 B
Nix
{
|
|
empty = {
|
|
plugins.fugitive.enable = true;
|
|
plugins.rhubarb.enable = true;
|
|
};
|
|
}
|