From 6ff3cab083a42a13bcef50586df60dcff24f4013 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 13 Jan 2024 16:46:06 +0100 Subject: [PATCH] Helix: add indent guides --- modules/hm/helix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hm/helix.nix b/modules/hm/helix.nix index 1bf40c3..362ed78 100644 --- a/modules/hm/helix.nix +++ b/modules/hm/helix.nix @@ -53,6 +53,10 @@ scrolloff = 5; soft-wrap.enable = true; true-color = true; + indent-guides = { + render = true; + character = "▏"; + }; }; keys.normal = { "C-A-l" = ":format";