my_nixvim_sharings/config/plugins/gitsigns.nix

7 lines
59 B
Nix

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