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