feat(tree-sitter): add support to zig and nix

This commit is contained in:
Jeetaditya Chatterjee 2022-05-23 20:02:22 +01:00
parent 33de147b8f
commit 6d10e205dd
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91
2 changed files with 7 additions and 0 deletions

View file

@ -30,3 +30,6 @@
"f" #'zig-format-buffer
"r" #'zig-run
"t" #'zig-test-buffer))
(eval-when! (featurep! +tree-sitter)
(add-hook! 'zig-mode-local-vars-hook #'tree-sitter!))