solorice/config/yazi/plugins/full-border.yazi
Kristofers Solo 1077cee297 Update 2025-04-16
Update 2025-04-07

Update 2025-04-12

Update 2025-04-16
2025-04-16 13:47:16 +03:00
..
LICENSE Use dotter 2024-08-28 09:02:07 +03:00
main.lua Update 2025-04-16 2025-04-16 13:47:16 +03:00
README.md Update: 2024-10-17 2024-10-18 09:09:49 +03:00

full-border.yazi

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

full-border

Installation

ya pack -a 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.