Enable treesitter

This commit is contained in:
Nathan McCarty 2023-03-09 05:31:33 -05:00
parent bc562626bf
commit 66257103e0
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 6 additions and 6 deletions

12
init.el
View File

@ -78,16 +78,16 @@
:lang :lang
data data
emacs-lisp emacs-lisp
json (json +tree-sitter)
(latex +fold) (latex +fold)
markdown (markdown +tree-sitter)
nix (nix +tree-sitter)
(org +pandoc +present +roam2 +pomodoro) (org +pandoc +present +roam2 +pomodoro)
(rust +lsp) (rust +lsp +tree-sitter)
(sh +fish) (sh +fish)
yaml (yaml +tree-sittter)
(scheme +chez) (scheme +chez)
(haskell +lsp) (haskell +lsp +tree-sitter)
plantuml plantuml
(kotlin +lsp) (kotlin +lsp)
(java +lsp) (java +lsp)