solorice/config/yazi/plugins/full-border.yazi
2024-10-20 20:18:53 +03:00
..
DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY Use dotter 2024-08-28 09:02:07 +03:00
init.lua Update: 2024-10-20 2024-10-20 20:18:53 +03:00
LICENSE Use dotter 2024-08-28 09:02:07 +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.