my_nixvim_sharings/config/plugins/fugitive.nix
2024-03-28 04:31:41 +08:00

7 lines
59 B
Nix

{
plugins = {
fugitive = {
enable = true;
};
};
}