hypr-dotfiles/helix/config.toml
Jeena 17d13449cc helix: Make non visible characters visible
I always don't see the trailing spaces, and want to see them now.
2026-01-18 15:44:12 +09:00

10 lines
147 B
TOML

theme = "jeenas"
editor.rulers = [80]
[editor.whitespace]
render = "all"
[editor.whitespace.characters]
space = "·"
tab = "→"
newline = "↵"