osbm-nvim/config/plugins/gitsigns.nix
2025-06-14 01:45:40 +03:00

5 lines
72 B
Nix

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