Update yazi packages

This commit is contained in:
2025-01-15 13:40:35 +02:00
parent f441d61eca
commit e4d7977be1
48 changed files with 6566 additions and 73 deletions

View File

@@ -92,12 +92,12 @@ previewers = [
# JSON
{mime = "application/json", run = "code"},
# Image
# {mime = "image/vnd.djvu", run = "noop"},
# {mime = "image/*", run = "image"},
{mime = "image/vnd.djvu", run = "noop"},
{mime = "image/*", run = "image"},
# Video
# {mime = "video/*", run = "video"},
{mime = "video/*", run = "video"},
# PDF
# {mime = "application/pdf", run = "pdf"},
{mime = "application/pdf", run = "pdf"},
# Fallback
{name = "*", run = "file"},
]