docs: add lfe-ls link and brew dependencies

This commit is contained in:
Bora Gonul 2025-12-09 11:42:42 +03:00
parent 0a27054de1
commit 76405112c4

View file

@ -57,6 +57,9 @@ alias ec='emacsclient -c -a ""' # GUI
```bash
brew install ag # silver searcher (for doom)
brew install just # command runner
brew install direnv # directory-based env vars
brew install libvterm # for vterm terminal
brew install cmake # for vterm compilation
```
## Prerequisites
@ -77,6 +80,9 @@ Current location: `~/.local/bin/erlang_ls`
LFE Language Server - **must be started manually** before opening LFE files.
```bash
# Install from source
# https://github.com/mdbergmann/lfe-ls
# Start the server (listens on localhost:10567)
lfe-ls
```