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:
Alexander Courtis
2023-04-22 13:22:30 +10:00
committed by GitHub
parent 0db85a7024
commit f8bb6b4c76
2 changed files with 4 additions and 3 deletions

View File

@@ -561,7 +561,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
},
experimental = {
git = {
async = false,
async = true,
},
},
log = {