Shopify / ruby-lsp

An opinionated language server for Ruby
https://shopify.github.io/ruby-lsp/
MIT License
1.33k stars 118 forks source link

Use ASDF home as the `ASDF_DIR` #1979

Open vinistock opened 2 weeks ago

vinistock commented 2 weeks ago

Motivation

Apparently, even if you install ASDF through Homebrew, the expected ASDF_DIR is ~/.asdf and not /opt/homebrew/opt/asdf (where the executable gets installed).

Implementation

That path matches exactly what we use for the data dir, so I switched to use it on both variables.