From 7de886889105328bed41195113c974169f63f60c Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 25 Mar 2023 15:01:12 +0100 Subject: [PATCH] Make sure lua LSP is installed by brew --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index f7e7762..e3e23b8 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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[@]}"