Former-commit-id: 767e9d182d
This commit is contained in:
Hadi
2024-04-14 21:59:30 +02:00
parent 0cc43ddbb5
commit edcb1af2d9
16 changed files with 82 additions and 71 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
programs.nixvim.plugins.gitsigns = {
enable = true;
currentLineBlame = false;
settings = { current_line_blame = false; };
};
}