From afc9828d2b6f8a0ee38244175186bfb392eb557e Mon Sep 17 00:00:00 2001 From: Jaden Provost Maxwell-Comfort Date: Wed, 25 Feb 2026 18:00:37 -0800 Subject: [PATCH] Added zig to LSP config --- .emacs.d/lsp.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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