aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/helix/config.toml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml
index bcf5f44..015a3de 100644
--- a/.config/helix/config.toml
+++ b/.config/helix/config.toml
@@ -17,4 +17,16 @@ mode.insert = "INSERT"
mode.select = "SELECT"
[editor.lsp]
-display-messages = true \ No newline at end of file
+display-messages = true
+
+[editor.whitespace.render]
+space = "all"
+tab = "all"
+newline = "none"
+
+[editor.whitespace.characters]
+space = "·"
+nbsp = "⍽"
+tab = "→"
+newline = "⏎"
+tabpad = "·" # Tabs will look like "→···" (depending on tab width)