File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ applying configuration.
436
436
},
437
437
experimental = {
438
438
git = {
439
- async = false ,
439
+ async = true ,
440
440
},
441
441
},
442
442
log = {
@@ -1206,13 +1206,14 @@ General UI configuration.
1206
1206
1207
1207
*nvim-tree.experimental*
1208
1208
Experimental features that may become default or optional functionality.
1209
+ In the event of a problem please disable the experiment and raise an issue.
1209
1210
1210
1211
*nvim-tree.experimental.git.async*
1211
1212
Direct file writes and `.git/` writes are executed asynchronously: the
1212
1213
git process runs in the background. The tree updates on completion.
1213
1214
Other git actions such as first tree draw and explicit refreshes are still
1214
1215
done in the foreground.
1215
- Type: `boolean ` , Default: `false `
1216
+ Type: `boolean ` , Default: `true `
1216
1217
1217
1218
*nvim-tree.log*
1218
1219
Configuration for diagnostic logging.
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
561
561
},
562
562
experimental = {
563
563
git = {
564
- async = false ,
564
+ async = true ,
565
565
},
566
566
},
567
567
log = {
You can’t perform that action at this time.
0 commit comments