From 130030d33ce9a049700feb68da22c51b75a84db1 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 27 Jan 2024 14:15:56 +0100 Subject: [PATCH] helix: Added intent-guides --- editor/helix/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index 67f9ea5..e8d1e5a 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -5,6 +5,10 @@ mouse = false preview-completion-insert = false color-modes = true +[editor.indent-guides] +render = true +character = "┆" + [editor.soft-wrap] enable = true