fix(nvim-tree): only show git on closed dirs

This commit is contained in:
2026-02-25 00:28:14 +01:00
parent 07251ea86e
commit 1453d0f6f7
+3
View File
@@ -239,6 +239,9 @@ return {
sort_by = "desc",
},
sync_root_with_cwd = true,
git = {
show_on_open_dirs = false,
},
})
override_highlights()