From b90751bafbe56565868272fbba59c8b69966cb8b Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Mon, 5 Apr 2021 16:49:39 +0800 Subject: [PATCH] Update variable name in documentation --- modules/lang/zig/README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/lang/zig/README.org b/modules/lang/zig/README.org index 327a5eb34..da69d1b32 100644 --- a/modules/lang/zig/README.org +++ b/modules/lang/zig/README.org @@ -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