Skip to content

Commit

Permalink
add solargraph ruby language server
Browse files Browse the repository at this point in the history
  • Loading branch information
fearless-spider committed Dec 30, 2024
1 parent c1f1b06 commit df91d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ elif [ "$platform" = "darwin" ]; then
fi

if [[ "$p_language" = *"ruby"* || "$p_language" = "all" ]]; then
brew install ruby rbenv standard
brew install ruby rbenv standard solargraph
fi

if [[ "$p_language" = *"erlang"* || "$p_language" = *"elixir"* || "$p_language" = "all" ]]; then
Expand Down

0 comments on commit df91d26

Please sign in to comment.