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";