feat(tree-sitter): add support for more languages
In this case - lua - erlang - ess-r - yaml
This commit is contained in:
parent
e578c0ecfc
commit
fd7ac6710e
4 changed files with 13 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue