[Emacs] Some more documentation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2023-01-23 10:46:26 +01:00
parent 5f7166b01e
commit 5b31a3fab8
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 1 deletions

View File

@ -7741,7 +7741,8 @@ First, here is its major mode.
"t" #'zig-test-buffer))
#+end_src
For LSP to work, we need ~zls~ to be installed.
For LSP to work, we need ~zls~ to be installed. In my case, as I am on
ArchLinux, I can install it from the AUR, and my AUR helper is ~paru~.
#+begin_src fish :results raw :wrap "src text" :exports code
paru --skipreview --noconfirm -S zls-bin 2>&1
#+end_src