feat: add zig-mode
This commit is contained in:
parent
63f584846e
commit
5a4dafc01b
2 changed files with 6 additions and 0 deletions
|
@ -314,6 +314,11 @@ Enabling Emacs-LSP to use LSPs, I am very dry on syntax highlighters right now.
|
|||
:hook ((c-mode c++-mode objc-mode cuda-mode) .
|
||||
(lambda () (require 'ccls) (lsp))))
|
||||
#+END_SRC
|
||||
*** Zig
|
||||
#+BEGIN_SRC elisp
|
||||
(use-package zig-mode
|
||||
:mode "\\.zig\\'")
|
||||
#+END_SRC
|
||||
* Which-key
|
||||
Amazing tool, love it a bunch.
|
||||
#+BEGIN_SRC elisp
|
||||
|
|
|
@ -61,6 +61,7 @@ in
|
|||
geiser-guile
|
||||
lsp-haskell
|
||||
catppuccin-theme
|
||||
zig-mode
|
||||
;
|
||||
|
||||
treesit-grammars = e.treesit-grammars.with-all-grammars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue