diff --git a/dot_config/flake/home/helix.nix b/dot_config/flake/home/helix.nix index 88e0bf1..f621c1c 100644 --- a/dot_config/flake/home/helix.nix +++ b/dot_config/flake/home/helix.nix @@ -7,6 +7,13 @@ editor = { auto-format = false; end-of-line-diagnostics = "warning"; + true-color = true; + color-modes = true; + completion-replace = true; + rulers = [120]; + auto-save = { + focus-lost = true; + }; bufferline = "multiple"; line-number = "relative";