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)))))
|
||||
#+end_src
|
||||
|
||||
** Zig
|
||||
|
||||
#+begin_src elisp
|
||||
(use-package zig-mode
|
||||
:defer t
|
||||
:hook (zig-mode . eglot-ensure))
|
||||
#+end_src
|
||||
|
||||
** C#
|
||||
|
||||
#+begin_src elisp
|
||||
|
||||
Reference in New Issue
Block a user