force true color helix and correctly link runtime assets

This commit is contained in:
Matthew Ryan Dillon 2023-09-05 07:28:45 -04:00
parent 87907088e2
commit af13398206
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,7 @@
theme = "base16_default"
[editor]
true-color = true
[editor.file-picker]
hidden = false

View file

@ -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