update options
This commit is contained in:
parent
98614b390f
commit
76b5aac3b0
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue