dotfiles/yazi/plugins/full-border.yazi
doryan cdfbbae7c1 feat(plugin): add full-border plugin in the normal way 2024-10-21 00:18:42 +04:00
..
DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY feat(plugin): add full-border plugin in the normal way 2024-10-21 00:18:42 +04:00
LICENSE feat(plugin): add full-border plugin in the normal way 2024-10-21 00:18:42 +04:00
README.md feat(plugin): add full-border plugin in the normal way 2024-10-21 00:18:42 +04:00
init.lua feat(plugin): add full-border plugin in the normal way 2024-10-21 00:18:42 +04: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.