Installation#

  1. brew install helix
  2. hx --grammar fetch
  3. hx --grammar build
    1. This requires a C++ compiler to be installed

Integrate config with RCM#

Python Setup#

  1. Install LSP pipx install 'python-lsp-server[all]'
  2. Add black plugin to LSP’s virtual environment pipx inject python-lsp-server black python-lsp-black
    1. In progress - not sure how to config and use properly yet.

Elixir Setup#

Rust Setup#

Sources#