Add empty directory icons

This commit is contained in:
Cooper b. Anderson
2021-02-18 04:22:58 -05:00
committed by Kiyan
parent 7531c7023d
commit 25b414051f
3 changed files with 18 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ function M.get_icon_state()
folder_icons = {
default = "",
open = "",
empty = "",
empty_open = "",
symlink = "",
}
}