This commit is contained in:
Alexander Courtis 2024-11-08 18:18:51 +11:00
parent f2dd8a4397
commit ddd28ecd01
15 changed files with 114 additions and 113 deletions

View File

@ -64,6 +64,7 @@ function DirectoryLinkNode:highlighted_name()
if self.explorer.opts.renderer.symlink_destination then
local link_to = utils.path_relative(self.link_to, self.explorer.absolute_path)
name.str = string.format("%s%s%s", name.str, self.explorer.opts.renderer.icons.symlink_arrow, link_to)
name.hl = { "NvimTreeSymlinkFolderName" }
end