Make sure lua LSP is installed by brew

This commit is contained in:
2023-03-25 15:01:12 +01:00
parent bc5ea010d7
commit 7de8868891

View File

@@ -78,7 +78,7 @@ move_profile_file () {
}
install_packages_brew () {
declare -a packages=("cmake" "tree" "wget" "jq" "ripgrep" "watch" "tmux" "fish" "gh")
declare -a packages=("cmake" "tree" "wget" "jq" "ripgrep" "watch" "tmux" "fish" "lua-language-server" "gh")
echo "Installing ${#packages[@]} packages from brew"
brew install --quiet "${packages[@]}"