yazi: Disable image previews

This commit is contained in:
Sanchayan Maity 2024-09-18 19:28:37 +05:30
parent 5a7a5c2152
commit 640323c095
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -0,0 +1,3 @@
[plugin]
prepend_preloaders = [ { mime = "image/*", run = "noop" } ]
prepend_previewers = [ { mime = "image/*", run = "noop" } ]