From 22eff6399eb9d297b5f27690fd6e3230fcb29deb Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 23 Jun 2024 22:08:12 +0000 Subject: [PATCH] deploy: d2f631a96e99ca68d4af6544ba79edeb32fa4c79 --- options.xhtml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/options.xhtml b/options.xhtml index c89bb8aa4..76dbd9d65 100644 --- a/options.xhtml +++ b/options.xhtml @@ -52023,7 +52023,9 @@ package

-

Pre-made themes.

See https://yazi-rs.github.io/docs/flavors/overview/ for documentation.

+

Pre-made themes. +Values should be a package or path containing the required files. +Will be linked to $XDG_CONFIG_HOME/yazi/flavors/<name>.yazi.

See https://yazi-rs.github.io/docs/flavors/overview/ for documentation.

Type: attribute set of (path or package)

@@ -52123,7 +52125,10 @@ TOML value

-

Lua plugins.

See https://yazi-rs.github.io/docs/plugins/overview/ for documentation.

+

Lua plugins. +Values should be a package or path containing an init.lua file. +Will be linked to $XDG_CONFIG_HOME/yazi/plugins/<name>.yazi.

See https://yazi-rs.github.io/docs/plugins/overview +for documentation.

Type: attribute set of (path or package)