Added new package taplo

This commit is contained in:
2024-12-28 23:01:04 +01:00
parent 021760ebc1
commit 415c69627d
2 changed files with 9 additions and 0 deletions

View File

@ -426,6 +426,11 @@ function install_tss_client() {
}
function install_taplo() {
# Install taplo
$install taplo
}
function main() {
command_start update_pip
command_start install_neovim_module_for_python
@ -459,6 +464,7 @@ function main() {
command_start install_kubernetes
command_start install_rust
command_start install_tss_client
command_start install_taplo
command_start update
}