From 040b5706ffc2cf736fd21c724f0b193207c4d431 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 15 Jan 2026 18:57:44 +0100 Subject: [PATCH] ft: distinguish indent guides from buffer split --- files/helix/.config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helix/.config/helix/config.toml b/files/helix/.config/helix/config.toml index faf3c19..7c00b95 100644 --- a/files/helix/.config/helix/config.toml +++ b/files/helix/.config/helix/config.toml @@ -13,6 +13,7 @@ tab = "all" [editor.indent-guides] render = true +character = "βΈ½" [editor.soft-wrap] wrap-at-text-width = true