Added zig to LSP config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user