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

@@ -25,7 +25,7 @@ local function dir_new(cwd, name)
match_name = path_to_matching_str(name),
match_path = path_to_matching_str(absolute_path),
open = false,
children_initial = has_children,
has_children = has_children,
entries = {}
}
end