From cc6f32c3fbabd4e08818a4f9c00871c325376b76 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 23 Jul 2025 23:22:14 +0900 Subject: [PATCH] helix: no color mode --- files/helix/.config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helix/.config/helix/config.toml b/files/helix/.config/helix/config.toml index 2e07e75..bd01aa8 100644 --- a/files/helix/.config/helix/config.toml +++ b/files/helix/.config/helix/config.toml @@ -5,7 +5,7 @@ line-number = "relative" cursor-shape.insert = "bar" insert-final-newline = false rulers = [80, 100] -color-modes = true + # Minimum severity to show a diagnostic after the end of a line end-of-line-diagnostics = "hint"