From 43eeeed3d613c08e29edc38f7755f10bf9341a8f Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 10 Oct 2025 15:47:56 +0200 Subject: [PATCH] fix(helix): fix indent char --- helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix/config.toml b/helix/config.toml index d61f4e6..b50a230 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -17,7 +17,7 @@ select = "underline" [editor.indent-guides] render = true -character = "│" +character = "|" skip-levels = 1 [editor.statusline]