nixos_dots/archive/yazi/plugins/full-border.yazi
2024-12-12 19:12:55 +03:00
..
init.lua Initial Commit 2024-12-12 19:12:55 +03:00
LICENSE Initial Commit 2024-12-12 19:12:55 +03:00
README.md Initial Commit 2024-12-12 19:12:55 +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.PLAIN,
}