From 76405112c472171b867b8968df3d9bf9316fdeea Mon Sep 17 00:00:00 2001 From: Bora Gonul Date: Tue, 9 Dec 2025 11:42:42 +0300 Subject: [PATCH] docs: add lfe-ls link and brew dependencies --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1814eb5..f298843 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,11 @@ alias ec='emacsclient -c -a ""' # GUI ### Other Tools ```bash -brew install ag # silver searcher (for doom) -brew install just # command runner +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 ```