enable fsmonitor to seed up git status operations

This commit is contained in:
Cyryl Płotnicki 2024-02-24 12:15:30 +00:00
parent d4eafe8427
commit da962f067d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
};
extraConfig = {
colour.ui = true;
core.fsmonitor = true;
credential = {helper = "cache";};
diff.algorithm = "histogram";
diff.renameLimit = 2048;