show some icon on opendir even if show_on_open_dir=false
and show all children's status on parent
This commit is contained in:
@@ -53,7 +53,7 @@ function M.reload(node, git_status, unloaded_bufnr)
|
||||
|
||||
local child_names = {}
|
||||
|
||||
local node_ignored = node.git_status == "!!"
|
||||
local node_ignored = common.is_git_ignored(node)
|
||||
local nodes_by_path = utils.key_by(node.nodes, "absolute_path")
|
||||
while true do
|
||||
local ok, name, t = pcall(vim.loop.fs_scandir_next, handle)
|
||||
|
||||
Reference in New Issue
Block a user