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

7 lines
68 B
Nix

{
plugins = {
gitsigns = {
enable = true;
};
};
}