Add empty directory highlight group

This commit is contained in:
Cooper b. Anderson
2021-02-18 21:01:33 -05:00
committed by Kiyan
parent 6647f96739
commit 9650c0ed9d
3 changed files with 7 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ end
function M.unroll_dir(node)
node.open = not node.open
if node.children_initial then node.children_initial = false end
if node.has_children then node.has_children = false end
if #node.entries > 0 then
renderer.draw(M.Tree, true)
else