From c08d2d9ff55016f3ff12e70268f347b530ebc1ee Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 12 May 2023 23:27:25 +0300 Subject: [PATCH] Don't show spaces in helix --- machines/asus/helix/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/machines/asus/helix/default.nix b/machines/asus/helix/default.nix index d20a635..df10c64 100644 --- a/machines/asus/helix/default.nix +++ b/machines/asus/helix/default.nix @@ -25,9 +25,7 @@ homeConfiguration "nixos" { line-number = "relative"; shell = [ "nu" "-c" ]; text-width = 100; - whitespace.render.space = "all"; whitespace.render.tab = "all"; - whitespace.characters.space = "·"; whitespace.characters.tab = "→"; }; };