osbm-nvim/plugins/gitsigns.nix
2025-03-16 21:23:26 +03:00

5 lines
72 B
Nix

{
plugins.gitsigns.settings = {
current_line_blame = true;
};
}