nixos-config/modules/home/yazi/plugins/yatline-symlink.yazi
2025-03-21 16:50:54 -04:00
..
LICENSE refactoring 2025-03-21 16:50:54 -04:00
main.lua refactoring 2025-03-21 16:50:54 -04:00
README.md refactoring 2025-03-21 16:50:54 -04:00

yatline-symlink.yazi

An addon to show symlink target in your yatline.yazi's status or header line.

yatline-symlink example screenshot

Requirements

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"
}