From 3c4965f3b1b255b7550da01894021c05754e5976 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 10 Feb 2025 16:15:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-10 16:15:05 --- .config/helix/config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) 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"