7 lines
97 B
Nix
7 lines
97 B
Nix
{
|
|
programs.nixvim.plugins.gitsigns = {
|
|
enable = true;
|
|
currentLineBlame = false;
|
|
};
|
|
}
|