mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
|
|
||
|---|---|---|
| .. | ||
| LICENSE | ||
| main.lua | ||
| README.md | ||
full-border.yazi
Add a full border to Yazi to make it look fancier.
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.