Switched from hexyl.yazi to hexyl via piper

This commit is contained in:
2026-06-02 10:41:35 +01:00
parent f6774b6d39
commit 700b0b595d
3 changed files with 1 additions and 5 deletions
-3
View File
@@ -13,9 +13,6 @@
[submodule "dot_config/micro/plug/lsp"]
path = dot_config/micro/plug/lsp
url = https://github.com/AndCake/micro-plugin-lsp.git
[submodule "dot_config/yazi/plugins/hexyl.yazi"]
path = dot_config/yazi/plugins/hexyl.yazi
url = https://github.com/Reledia/hexyl.yazi
[submodule "dot_config/yazi/flavors/tokyo-night.yazi"]
path = dot_config/yazi/flavors/tokyo-night.yazi
url = https://github.com/BennyOe/tokyo-night.yazi.git
+1 -1
View File
@@ -21,7 +21,7 @@ append_previewers = [
{ mime = "application/x-rar", run = "ouch" },
{ mime = "application/x-xz", run = "ouch" },
{ mime = "application/xz", run = "ouch" },
{ url = "*", run = "hexyl" },
{ url = "*", run = "piper -- hexyl --border=none --terminal-width=$w \"$1\"" },
]
prepend_fetchers = [
{ group = "git", url = "*", run = "git" },