mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Update 2025-05-06 Update 2025-05-09 Update 2025-05-11 Update 2025-05-13 Update 2025-05-18 Update 2025-05-19 Update 2025-05-24 Update 2025-05-27 Update 2025-05-29 Update 2025-05-31
613 B
613 B
full-border.yazi
Add a full border to Yazi to make it look fancier.
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.