added kanshi

This commit is contained in:
ManOfGoldForever 2026-08-30 00:20:01 -04:00
parent 5f620bceb5
commit d7a9fd25bd
12 changed files with 69 additions and 32 deletions

View file

@ -1,7 +1,5 @@
# 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, 4, 3 ]
sort_by = "alphabetical"
@ -110,9 +108,9 @@ suppress_preload = false
[plugin]
fetchers = [
# Mimetype
{ id = "mime", url = "*/", run = "mime.dir", prio = "high" },
{ id = "mime", url = "local://*", run = "mime.local", prio = "high" },
{ id = "mime", url = "remote://*", run = "mime.remote", prio = "high" },
{ id = "mime", url = "*/", run = "mime.dir", prio = "high", group = "default" },
{ id = "mime", url = "local://*", run = "mime.local", prio = "high", group = "default" },
{ id = "mime", url = "remote://*", run = "mime.remote", prio = "high", group = "default" },
]
spotters = [
{ url = "*/", run = "folder" },