Update variable name in documentation

This commit is contained in:
Benjamin Tan 2021-04-05 16:49:39 +08:00
parent 6085102766
commit b90751bafb
No known key found for this signature in database
GPG key ID: A853F0716C413825

View file

@ -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