format
This commit is contained in:
parent
f2dd8a4397
commit
ddd28ecd01
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user