feat(#1974): enable experimental.git.async by default, see https://github.com/nvim-tree/nvim-tree.lua/issues/2104 (#2158)
This commit is contained in:
committed by
GitHub
parent
0db85a7024
commit
f8bb6b4c76
@@ -561,7 +561,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
|
||||
},
|
||||
experimental = {
|
||||
git = {
|
||||
async = false,
|
||||
async = true,
|
||||
},
|
||||
},
|
||||
log = {
|
||||
|
||||
Reference in New Issue
Block a user