dotfiles/.config/yazi/plugins/full-border.yazi
2026-04-25 16:39:11 +05:30
..
LICENSE initial dotfiles 2026-04-25 16:39:11 +05:30
main.lua initial dotfiles 2026-04-25 16:39:11 +05:30
README.md initial dotfiles 2026-04-25 16:39:11 +05:30

full-border.yazi

Add a full border to Yazi to make it look fancier.

full-border

Installation

ya pkg add yazi-rs/plugins:full-border

Usage

Add this to your init.lua to enable the plugin:

require("full-border"):setup()

Or you can customize the border type:

require("full-border"):setup {
	-- Available values: ui.Border.PLAIN, ui.Border.ROUNDED
	type = ui.Border.ROUNDED,
}

License

This plugin is MIT-licensed. For more information check the LICENSE file.