From af1339820632a67ac6a4c8c9564cfb8ec1eda8b4 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 5 Sep 2023 07:28:45 -0400 Subject: [PATCH] force true color helix and correctly link runtime assets --- home/private_dot_config/helix/config.toml | 3 +++ home/run_once_04install-helix.sh.tmpl | 1 + 2 files changed, 4 insertions(+) diff --git a/home/private_dot_config/helix/config.toml b/home/private_dot_config/helix/config.toml index d3cb5e5..50a4df8 100644 --- a/home/private_dot_config/helix/config.toml +++ b/home/private_dot_config/helix/config.toml @@ -1,4 +1,7 @@ theme = "base16_default" +[editor] +true-color = true + [editor.file-picker] hidden = false diff --git a/home/run_once_04install-helix.sh.tmpl b/home/run_once_04install-helix.sh.tmpl index fb06d73..ba5a389 100644 --- a/home/run_once_04install-helix.sh.tmpl +++ b/home/run_once_04install-helix.sh.tmpl @@ -4,5 +4,6 @@ git clone https://github.com/helix-editor/helix.git --branch 23.05 $HOME/.src/he export PATH=$PATH:$HOME/.cargo/bin cd $HOME/.src/helix cargo install --path helix-term --locked +ln -s $PWD/runtime ~/.config/helix/runtime hx --grammar fetch hx --grammar build