.. | ||
LICENSE | ||
main.lua | ||
README.md |
yatline-symlink.yazi
An addon to show symlink target in your yatline.yazi's status or header line.
Requirements
- yazi version >= 0.3.0
- yatline.yazi
Installation
ya pack -a lpanebr/yazi-plugins:yatline-symlink
Usage
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"
}