Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_41-install-language-servers.sh.tmpl @ 1087:16046b8a0b61 draft
feat: update ruff with integrated LSP
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Mon, 03 Mar 2025 09:10:21 +0100 |
parents | 6e298b8639eb |
children | 52c2a9f52cc2 |
comparison
equal
deleted
inserted
replaced
1086:26708bbaee4b | 1087:16046b8a0b61 |
---|---|
1 {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu"))) -}} | 1 {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu"))) -}} |
2 {{ $taplo_version := "0.8.1" -}} | 2 {{ $taplo_version := "0.8.1" -}} |
3 {{ $pipx_pkgs := dict "ruff" "0.2.0" | 3 {{ $pipx_pkgs := dict "ruff" "0.9.7" |
4 "ruff-lsp" "0.0.51" | |
5 "pyright" "1.1.349" -}} | 4 "pyright" "1.1.349" -}} |
6 #!/usr/bin/env bash | 5 #!/usr/bin/env bash |
7 | 6 |
8 set -xe | 7 set -xe |
9 | 8 |