nixvim refactor

This commit is contained in:
Hadi
2024-07-01 13:07:12 +00:00
parent 88ae1d29a5
commit 55caf123df
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; };
};
}