Skip to content

Commit

Permalink
chore(yazi): remove mime from preloaders
Browse files Browse the repository at this point in the history
- upgrade yazi to v0.3.0
  • Loading branch information
0xRichardH committed Aug 2, 2024
1 parent b2bf37e commit d7d6c17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/yazi/yazi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ suppress_preload = false

[plugin]
preloaders = [
{ name = "*", cond = "!mime", run = "mime", multi = true, prio = "high" },
# Image
{ mime = "image/vnd.djvu", run = "noop" },
{ mime = "image/*", run = "image" },
Expand Down

0 comments on commit d7d6c17

Please sign in to comment.