Install the ruff language server via pipx
This commit is contained in:
parent
d4a6759750
commit
b5a59e09f2
1 changed files with 7 additions and 0 deletions
|
|
@ -72,7 +72,14 @@ META_PKGS="\
|
|||
fonts-noto \
|
||||
"
|
||||
|
||||
PIPX_PKGS="\
|
||||
ruff-lsp \
|
||||
"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes ${DEB_PKGS}
|
||||
# shellcheck disable=SC2086
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install --install-recommends --yes ${META_PKGS}
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
pipx install ${PIPX_PKGS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue