From 700b0b595dd99aa5ec11d3cfb0ed30aba29960a6 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 2 Jun 2026 10:41:35 +0100 Subject: [PATCH] Switched from `hexyl.yazi` to hexyl via piper --- .gitmodules | 3 --- dot_config/yazi/plugins/hexyl.yazi | 1 - dot_config/yazi/yazi.toml | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 dot_config/yazi/plugins/hexyl.yazi diff --git a/.gitmodules b/.gitmodules index 4d7a68c..7bca36d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/dot_config/yazi/plugins/hexyl.yazi b/dot_config/yazi/plugins/hexyl.yazi deleted file mode 160000 index 016a09b..0000000 --- a/dot_config/yazi/plugins/hexyl.yazi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 016a09bcc249dd3ce06267d54cc039e73de9c647 diff --git a/dot_config/yazi/yazi.toml b/dot_config/yazi/yazi.toml index 1f5a93b..e6cc2e4 100644 --- a/dot_config/yazi/yazi.toml +++ b/dot_config/yazi/yazi.toml @@ -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" },