Compare commits

..

No commits in common. "39bc9252d6f2712e4b20f9e2b764c33d2ffc6cdc" and "9e184d9eba3aa7dcbb457e2b771292910dc4d278" have entirely different histories.

2 changed files with 1183 additions and 137 deletions

File diff suppressed because it is too large Load Diff

View File

@ -116,11 +116,6 @@ function install_pyright() {
$pip install black $PIPEXTPRE
}
function install_mdformat() {
# Install mdformat
$pip install mdformat $PIPEXTPRE
}
function install_ruff() {
# Install ruff
$pip install ruff $PIPEXTPRE
@ -432,7 +427,6 @@ function main() {
command_start install_node
command_start install_go
# command_start install_pyright
command_start install_mdformat
command_start install_ruff
command_start install_lazy
command_start install_dlv