From ebc3fe5a28123600e462ff28b487e1ab55c1cea2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 12:21:28 -0400 Subject: force true color mode in helix it currently tries to autodetect this, which means it tends to fail when editing files over ssh or whatever --- config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/helix/config.toml b/config/helix/config.toml index 64e0726..b388eb6 100644 --- a/config/helix/config.toml +++ b/config/helix/config.toml @@ -4,6 +4,7 @@ theme = "doy" gutters = ["diagnostics", "diff"] auto-info = false color-modes = true +true-color = true [keys.normal] tab = ":w" -- cgit v1.2.3-54-g00ecf