# Setting Up Helix on MacOS ## 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 - [Helix docs](https://docs.helix-editor.com/title-page.html) - [Python LSP Server](https://github.com/python-lsp/python-lsp-server)