From 62a825257b77a6ef03149a5320094caa3be93070 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Sun, 12 Oct 2025 14:11:57 -0400 Subject: [PATCH] helix config changes --- dot_config/flake/home/helix.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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";