Add yazi config
This commit is contained in:
5
yazi/package.toml
Normal file
5
yazi/package.toml
Normal 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
6
yazi/yazi.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[plugin]
|
||||
prepend_previewers = [
|
||||
{ name = "*.md", run = "glow" },
|
||||
{ mime = "{image,audio,video}/*", run = "exifaudio" },
|
||||
]
|
||||
append_previewers = [{ name = "*", run = "hexyl" }]
|
||||
Reference in New Issue
Block a user