Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_40-setup-helix.sh.tmpl @ 810:6499aba0eaf3
feat: setup helix and languageservers
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 05 Dec 2023 21:00:59 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
809:72744c944497 | 810:6499aba0eaf3 |
---|---|
1 {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}} | |
2 #!/usr/bin/env bash | |
3 | |
4 # helix languages config {{ include "dot_config/helix/languages.toml" | sha256sum }} | |
5 | |
6 set -xe | |
7 | |
8 hx --grammar fetch | |
9 hx --grammar build | |
10 | |
11 | |
12 {{ end }} |