enable fsmonitor to seed up git status operations
This commit is contained in:
parent
d4eafe8427
commit
da962f067d
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
colour.ui = true;
|
colour.ui = true;
|
||||||
|
core.fsmonitor = true;
|
||||||
credential = {helper = "cache";};
|
credential = {helper = "cache";};
|
||||||
diff.algorithm = "histogram";
|
diff.algorithm = "histogram";
|
||||||
diff.renameLimit = 2048;
|
diff.renameLimit = 2048;
|
||||||
|
|
Loading…
Reference in a new issue