docs: add lfe-ls link and brew dependencies
This commit is contained in:
parent
0a27054de1
commit
76405112c4
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -55,8 +55,11 @@ alias ec='emacsclient -c -a ""' # GUI
|
||||||
### Other Tools
|
### Other Tools
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install ag # silver searcher (for doom)
|
brew install ag # silver searcher (for doom)
|
||||||
brew install just # command runner
|
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
|
## Prerequisites
|
||||||
|
|
@ -77,6 +80,9 @@ Current location: `~/.local/bin/erlang_ls`
|
||||||
LFE Language Server - **must be started manually** before opening LFE files.
|
LFE Language Server - **must be started manually** before opening LFE files.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Install from source
|
||||||
|
# https://github.com/mdbergmann/lfe-ls
|
||||||
|
|
||||||
# Start the server (listens on localhost:10567)
|
# Start the server (listens on localhost:10567)
|
||||||
lfe-ls
|
lfe-ls
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue