From 953a05d6baf7ddde71a9c4037e24b46bad89ae17 Mon Sep 17 00:00:00 2001 From: Paddy Milner Date: Thu, 23 Oct 2025 10:28:03 +0100 Subject: [PATCH] Update hex and yazi configs --- helix/config.toml | 4 ++++ yazi/yazi.toml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 yazi/yazi.toml diff --git a/helix/config.toml b/helix/config.toml index ee8eee9..941982b 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1 +1,5 @@ theme = "theme" + + +[editor.indent-guides] +render = true diff --git a/yazi/yazi.toml b/yazi/yazi.toml new file mode 100644 index 0000000..cc72e36 --- /dev/null +++ b/yazi/yazi.toml @@ -0,0 +1,4 @@ +[opener] +edit = [ + { run = 'hx "$@"', desc = "$EDITOR", block = true, for = "unix" }, +]