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:
@@ -62,6 +62,7 @@ local function get_links()
|
||||
FolderName = "Directory",
|
||||
EmptyFolderName = "Directory",
|
||||
OpenedFolderName = "Directory",
|
||||
SymlinkFolderName = "Directory",
|
||||
OpenedFolderIcon = "NvimTreeFolderIcon",
|
||||
ClosedFolderIcon = "NvimTreeFolderIcon",
|
||||
Normal = "Normal",
|
||||
|
||||
Reference in New Issue
Block a user