5 lines
72 B
Nix
5 lines
72 B
Nix
{
|
|
plugins.gitsigns.settings = {
|
|
current_line_blame = true;
|
|
};
|
|
}
|