feat(Nix): add nix-ts-mode for TreeSitter support in Nix files

This commit is contained in:
2025-11-19 11:35:30 +01:00
parent 764be96265
commit 003d5d12cf

View File

@@ -615,6 +615,13 @@ Markdown.
:defer t) :defer t)
#+end_src #+end_src
#+begin_src emacs-lisp
(use-package nix-ts-mode
:mode "\\.nix\\'"
:straight (:build t)
:config (add-to-list 'major-mode-remap-alist '((nix-mode . nix-ts-mode))))
#+end_src
*** Nginx *** Nginx
Nginx is another webserver, older and more mature than Caddy. A couple Nginx is another webserver, older and more mature than Caddy. A couple
of packages are required in order to be able to properly work with of packages are required in order to be able to properly work with