Add yazi config

This commit is contained in:
2025-02-17 18:13:30 +01:00
parent 2dd85127e6
commit 514b731c05
2 changed files with 11 additions and 0 deletions

5
yazi/package.toml Normal file
View File

@@ -0,0 +1,5 @@
[plugin]
deps = [{ use = "Reledia/hexyl", rev = "39d3d4e" }, { use = "Reledia/glow", rev = "5ce76dc" }, { use = "Sonico98/exifaudio", rev = "d794614" }]
[flavor]
deps = []

6
yazi/yazi.toml Normal file
View File

@@ -0,0 +1,6 @@
[plugin]
prepend_previewers = [
{ name = "*.md", run = "glow" },
{ mime = "{image,audio,video}/*", run = "exifaudio" },
]
append_previewers = [{ name = "*", run = "hexyl" }]