diff --git a/helix/config.toml b/helix/config.toml index ea65420..cc42747 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1,2 +1,10 @@ theme = "jeenas" editor.rulers = [80] + +[editor.whitespace] +render = "all" + +[editor.whitespace.characters] +space = "·" +tab = "→" +newline = "↵"