An addon to show symlink target in your yatline.yazi's status or header line.
- yazi version >= 0.3.0
- yatline.yazi
ya pack -a lpanebr/yazi-plugins:yatline-symlink
Important
Add this to your ~/.config/yazi/init.lua
after yatline.yazi's initialization.
require("yatline-symlink"):setup()
Then, add it in one of your sections in the yatline configuration using:
{ type = "coloreds", custom = false, name = "symlink" }
Optional configuration:
require("githead"):setup({
symlink_color = "white"
}