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.
436436 },
437437 experimental = {
438438 git = {
439- async = false ,
439+ async = true ,
440440 },
441441 },
442442 log = {
@@ -1206,13 +1206,14 @@ General UI configuration.
12061206
12071207*nvim-tree.experimental*
12081208Experimental features that may become default or optional functionality.
1209+ In the event of a problem please disable the experiment and raise an issue.
12091210
12101211 *nvim-tree.experimental.git.async*
12111212 Direct file writes and `.git/` writes are executed asynchronously: the
12121213 git process runs in the background. The tree updates on completion.
12131214 Other git actions such as first tree draw and explicit refreshes are still
12141215 done in the foreground.
1215- Type: `boolean ` , Default: `false `
1216+ Type: `boolean ` , Default: `true `
12161217
12171218*nvim-tree.log*
12181219Configuration for diagnostic logging.
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
561561 },
562562 experimental = {
563563 git = {
564- async = false ,
564+ async = true ,
565565 },
566566 },
567567 log = {
You can’t perform that action at this time.
0 commit comments