Update variable name in documentation
This commit is contained in:
parent
6085102766
commit
b90751bafb
1 changed files with 2 additions and 3 deletions
|
@ -58,10 +58,9 @@ This module supports LSP integration. For it to work you'll need:
|
||||||
|
|
||||||
* Configuration
|
* Configuration
|
||||||
** Customize zls path
|
** Customize zls path
|
||||||
To customize the path of the =zls= executable, modify
|
To customize the path of the =zls= executable, modify ~lsp-zig-zls-executable~.
|
||||||
~lsp-clients-zls-executable~.
|
|
||||||
|
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
;; in $DOOMDIR/config.el
|
;; in $DOOMDIR/config.el
|
||||||
(setq lsp-clients-zls-executable "~/path/to/zls")
|
(setq lsp-zig-zls-executable "~/path/to/zls")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue