Added zig to LSP config

This commit is contained in:
Jaden Provost Maxwell-Comfort
2026-02-25 18:00:37 -08:00
parent aa8297a37d
commit afc9828d2b

View File

@@ -106,6 +106,14 @@ Install ~ccls~ with homebrew using the following command.
(setenv "YARA_INCLUDE_DIR" (expand-file-name "include" brew-prefix))))) (setenv "YARA_INCLUDE_DIR" (expand-file-name "include" brew-prefix)))))
#+end_src #+end_src
** Zig
#+begin_src elisp
(use-package zig-mode
:defer t
:hook (zig-mode . eglot-ensure))
#+end_src
** C# ** C#
#+begin_src elisp #+begin_src elisp