helix: Make non visible characters visible

I always don't see the trailing spaces, and want to see them now.
This commit is contained in:
Jeena 2026-01-18 15:44:12 +09:00
parent 2a0c78d80e
commit 17d13449cc

View file

@ -1,2 +1,10 @@
theme = "jeenas" theme = "jeenas"
editor.rulers = [80] editor.rulers = [80]
[editor.whitespace]
render = "all"
[editor.whitespace.characters]
space = "·"
tab = "→"
newline = "↵"