diff --git a/.config/helix/config.toml b/.config/helix/config.toml index a3e16021..9a87a102 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -17,6 +17,15 @@ jump-label-alphabet = "tnseriplfuwydhcxoaqz" end-of-line-diagnostics = "hint" # rulers = [120] +[editor.whitespace.render] +tab = "all" +space = "none" +newline = "all" + +[editor.whitespace.characters] +newline = "↪" +tab = "→" + [editor.cursor-shape] insert = "bar" normal = "block"