From 8e4dc0c6ae29ee32d350da20e725cfff35248959 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 8 Jul 2023 00:54:51 +0000 Subject: [PATCH] helix: render whitespace --- hosts/common/programs/helix.nix | 5 +++++ 1 file changed, 5 insertions(+) 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" ''; }; }