feat(explorer): hide git status for open directories by default. it's mostly redundant

This commit is contained in:
Folke Lemaitre 2025-02-01 16:58:25 +01:00
parent 8f87c2c32b
commit b40c0d4ee4
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -47,7 +47,7 @@ M.explorer = {
sort = { fields = { "sort" } },
tree = true,
git_status = true,
git_status_open = true,
git_status_open = false,
supports_live = true,
follow_file = true,
focus = "list",