helix: render whitespace

This commit is contained in:
Colin 2023-07-08 00:54:51 +00:00
parent a257d8d1a1
commit 8e4dc0c6ae

View File

@ -12,6 +12,11 @@
# docs: <https://docs.helix-editor.com/configuration.html>
[editor.soft-wrap]
enable = true
[editor.whitespace.render]
space = "all"
tab = "all"
newline = "none"
'';
};
}