diff --git a/.emacs.d/lsp.org b/.emacs.d/lsp.org index 059e59f..942239f 100644 --- a/.emacs.d/lsp.org +++ b/.emacs.d/lsp.org @@ -106,6 +106,14 @@ Install ~ccls~ with homebrew using the following command. (setenv "YARA_INCLUDE_DIR" (expand-file-name "include" brew-prefix))))) #+end_src +** Zig + +#+begin_src elisp +(use-package zig-mode + :defer t + :hook (zig-mode . eglot-ensure)) +#+end_src + ** C# #+begin_src elisp