From 0d2d9547144b0f5b5c8da860d4cce9aef16c9a3e Mon Sep 17 00:00:00 2001 From: Luke Else Date: Sun, 28 Jan 2024 11:53:04 +0000 Subject: [PATCH] Updated Helix indenting style --- helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helix/config.toml b/helix/config.toml index ab69229..a5e9569 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -8,6 +8,9 @@ completion-trigger-len = 1 [editor.soft-wrap] enable = true + +[editor.indent-guides] +render = true [editor.lsp] display-inlay-hints = true