summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 12:21:28 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 12:21:28 -0400
commitebc3fe5a28123600e462ff28b487e1ab55c1cea2 (patch)
tree35b5dcad225b15c230bc3104634ffe4ee186b511
parent2d99006b7c0a2ed6bbd42c3c5b7d915a8da95ce9 (diff)
downloadconf-ebc3fe5a28123600e462ff28b487e1ab55c1cea2.tar.gz
conf-ebc3fe5a28123600e462ff28b487e1ab55c1cea2.zip
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
-rw-r--r--config/helix/config.toml1
1 files changed, 1 insertions, 0 deletions
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"