added kanshi
This commit is contained in:
parent
5f620bceb5
commit
d7a9fd25bd
12 changed files with 69 additions and 32 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue