force true color helix and correctly link runtime assets
This commit is contained in:
parent
87907088e2
commit
af13398206
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
theme = "base16_default"
|
||||
|
||||
[editor]
|
||||
true-color = true
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue