diff --git a/hosts/common/programs/helix.nix b/hosts/common/programs/helix.nix index 7f4cd8c0..9380dbf9 100644 --- a/hosts/common/programs/helix.nix +++ b/hosts/common/programs/helix.nix @@ -12,6 +12,11 @@ # docs: [editor.soft-wrap] enable = true + + [editor.whitespace.render] + space = "all" + tab = "all" + newline = "none" ''; }; }