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 valueLua 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)