my_nixvim_sharings/config/plugins/fugitive.nix
2024-08-07 09:08:11 +08:00

7 lines
68 B
Nix

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