mirror of
				https://github.com/KevinMidboe/chsh.git
				synced 2025-10-29 12:30:13 +00:00 
			
		
		
		
	Make sure lua LSP is installed by brew
This commit is contained in:
		| @@ -78,7 +78,7 @@ move_profile_file () { | |||||||
| } | } | ||||||
|  |  | ||||||
| install_packages_brew () { | 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" |     echo "Installing ${#packages[@]} packages from brew" | ||||||
|  |  | ||||||
|     brew install --quiet "${packages[@]}" |     brew install --quiet "${packages[@]}" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user