solorice/config/yazi/plugins/full-border.yazi
2025-01-15 13:40:35 +02:00
..
DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY Use dotter 2024-08-28 09:02:07 +03:00
init.lua Update 2025-01-11 2025-01-11 18:19:28 +02:00
LICENSE Use dotter 2024-08-28 09:02:07 +03:00
main.lua Update yazi packages 2025-01-15 13:40:35 +02: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.