mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
feat(tree-sitter): add support for more languages
In this case - lua - erlang - ess-r - yaml
This commit is contained in:
committed by
Henrik Lissner
parent
e578c0ecfc
commit
fd7ac6710e
@@ -5,5 +5,7 @@
|
||||
:init
|
||||
(when (modulep! +lsp)
|
||||
(add-hook 'yaml-mode-local-vars-hook #'lsp! 'append))
|
||||
(when (modulep! +tree-sitter)
|
||||
(add-hook 'yaml-mode-local-vars-hook #'tree-sitter! 'append))
|
||||
:config
|
||||
(setq-hook! 'yaml-mode-hook tab-width yaml-indent-offset))
|
||||
|
Reference in New Issue
Block a user