feat(renderer): add NvimTreeSymlinkFolderName (#2000)

* Added FolderSymlink color that is applied in builder.lua

* changed highlight names and links, changed folder build function

* remove NvimTreeSymlinkFolderName

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
Eden Lentz
2023-04-15 01:24:50 -04:00
committed by GitHub
parent 68f485b454
commit f3dbddf8b3
3 changed files with 10 additions and 7 deletions

View File

@@ -62,6 +62,7 @@ local function get_links()
FolderName = "Directory",
EmptyFolderName = "Directory",
OpenedFolderName = "Directory",
SymlinkFolderName = "Directory",
OpenedFolderIcon = "NvimTreeFolderIcon",
ClosedFolderIcon = "NvimTreeFolderIcon",
Normal = "Normal",