10 lines
319 B
TOML
10 lines
319 B
TOML
# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config.
|
|
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
|
"$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
|
|
|
|
[mgr]
|
|
ratio = [ 1, 3, 4 ]
|
|
show_hidden = true
|
|
|
|
[preview]
|
|
image_delay = 0
|