comparison .chezmoiscripts/run_onchange_after_41-install-language-servers.sh.tmpl @ 827:e4d67607d020

feat: install fzf and developer tools manually
author zegervdv <zegervdv@me.com>
date Wed, 03 Jan 2024 11:42:18 +0100
parents 03e120882791
children c06518e1a4d1
comparison
equal deleted inserted replaced
826:b2e6175efcad 827:e4d67607d020
13 13
14 pipx install "ruff=={{ $ruff_version }}" 14 pipx install "ruff=={{ $ruff_version }}"
15 pipx install "pyright=={{ $pyright_version }}" 15 pipx install "pyright=={{ $pyright_version }}"
16 16
17 npm install -g "@ansible/ansible-language-server" 17 npm install -g "@ansible/ansible-language-server"
18 npm install -g "vscode-langservers-extracted"
18 19
19 {{ end }} 20 {{ end }}