1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Don't show spaces in helix

This commit is contained in:
RGBCube 2023-05-12 23:27:25 +03:00
parent 741fc9f573
commit c08d2d9ff5

View file

@ -25,9 +25,7 @@ homeConfiguration "nixos" {
line-number = "relative"; line-number = "relative";
shell = [ "nu" "-c" ]; shell = [ "nu" "-c" ];
text-width = 100; text-width = 100;
whitespace.render.space = "all";
whitespace.render.tab = "all"; whitespace.render.tab = "all";
whitespace.characters.space = "·";
whitespace.characters.tab = ""; whitespace.characters.tab = "";
}; };
}; };