feat(nix): add treesit support

This commit is contained in:
Henrik Lissner
2025-05-24 17:27:30 +02:00
parent 9acc5f48b6
commit 5b37bfee23
5 changed files with 52 additions and 33 deletions

View File

@@ -4,6 +4,10 @@
(package! nix-mode :pin "719feb7868fb567ecfe5578f6119892c771ac5e5")
(package! nix-update :pin "77022ccd918d665acbb519b243e7e3dc5eae1c47")
(when (and (modulep! +tree-sitter)
(fboundp 'treesit-available-p))
(package! nix-ts-mode :pin "62ce3a2dc39529c5db3516427e84b2c96b8efcfd"))
(when (modulep! :completion company)
(package! company-nixos-options :pin "053a2d5110ce05b7f99bcc2ac4804b70cbe87916"))