nixvim refactor

Former-commit-id: 55caf123df
This commit is contained in:
Hadi
2024-07-01 13:07:12 +00:00
parent 8cc101b169
commit 11f73f74ff
32 changed files with 275 additions and 221 deletions

View File

@@ -1,6 +0,0 @@
{
programs.nixvim.plugins.gitsigns = {
enable = true;
settings = { current_line_blame = false; };
};
}