You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
chodak166 ade62929ac Added yazi/fsel configs 2 weeks ago
..
LICENSE Added yazi/fsel configs 2 weeks ago
README.md Added yazi/fsel configs 2 weeks ago
main.lua Added yazi/fsel configs 2 weeks ago

README.md

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.