update options

This commit is contained in:
Adithya 2023-08-09 22:45:44 +05:30
parent 98614b390f
commit 76b5aac3b0
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -107,10 +107,16 @@
enableGitStatus = true;
closeIfLastWindow = true;
buffers = {
followCurrentFile = true;
followCurrentFile = {
enabled = true;
leaveDirsOpen = false;
};
};
filesystem = {
followCurrentFile = true;
followCurrentFile = {
enabled = true;
leaveDirsOpen = false;
};
useLibuvFileWatcher = true;
};
};