LSP Plugins

#!/bin/bash
set -e
INSTNAME='lsp-plugins-clap'
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
install_deb
#script() {
# TARGET="$(curl -sL https://api.github.com/repos/lsp-plugins/lsp-plugins/releases | grep browser_download_url | grep download | grep Linux-x86_64 | head -n1 | cut -d '"' -f4)"
# download
# 7za x -y -bsp0 lsp-plugins-*-Linux-x86_64.7z >/dev/null
# mkdir -p "$HOME"/.clap
# rm -fr "$HOME"/.clap/lsp-plugins
# mv "$temp_dir"/lsp-plugins-*-Linux-x86_64/CLAP "$HOME"/.clap/lsp-plugins
#}
#tmprun script
