feat(nvim-tree): aggregate child git status onto directory nodes
This commit is contained in:
@@ -47,6 +47,7 @@ local STATUS_CMD = {
|
||||
"--porcelain=v1",
|
||||
"--branch",
|
||||
"--ignored",
|
||||
"--untracked-files=all",
|
||||
}
|
||||
|
||||
---@private
|
||||
|
||||
Reference in New Issue
Block a user