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
|
||||
** Customize zls path
|
||||
To customize the path of the =zls= executable, modify
|
||||
~lsp-clients-zls-executable~.
|
||||
To customize the path of the =zls= executable, modify ~lsp-zig-zls-executable~.
|
||||
|
||||
#+BEGIN_SRC elisp
|
||||
;; in $DOOMDIR/config.el
|
||||
(setq lsp-clients-zls-executable "~/path/to/zls")
|
||||
(setq lsp-zig-zls-executable "~/path/to/zls")
|
||||
#+END_SRC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue