File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ Subsequent calls to setup will replace the previous configuration.
278
278
exclude = {},
279
279
},
280
280
filesystem_watchers = {
281
- enable = false ,
281
+ enable = true ,
282
282
debounce_delay = 50,
283
283
},
284
284
git = {
@@ -533,11 +533,10 @@ Using this will disable BufEnter / BufWritePost events in nvim-tree which
533
533
were used to update the whole tree. With this feature, the tree will be
534
534
updated only for the appropriate folder change, resulting in better
535
535
performance.
536
- This will be experimental for a few weeks and will become the default.
537
536
538
537
*nvim-tree.filesystem_watchers.enable*
539
538
Enable / disable the feature.
540
- Type: `boolean ` , Default: `false `
539
+ Type: `boolean ` , Default: `true `
541
540
542
541
*nvim-tree.filesystem_watchers.debounce_delay*
543
542
Idle milliseconds between filesystem change and action.
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
538
538
exclude = {},
539
539
},
540
540
filesystem_watchers = {
541
- enable = false ,
541
+ enable = true ,
542
542
debounce_delay = 50 ,
543
543
},
544
544
git = {
You can’t perform that action at this time.
0 commit comments