docs(tree-sitter): document tree-sitter flags

This commit is contained in:
Jeetaditya Chatterjee 2022-12-04 03:12:02 +00:00 committed by Henrik Lissner
parent fd7ac6710e
commit 0469cc4c48
4 changed files with 12 additions and 0 deletions

View file

@ -18,6 +18,9 @@ Includes:
- +lsp ::
Enable LSP support for ~erlang-mode~. Requires [[doom-module::tools lsp]] and a langserver
(supports [[https://github.com/erlang/sourcer][sourcer]]).
- +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text
editing. Requires [[doom-module::tools tree-sitter]].
** Packages
- [[doom-package:flycheck-rebar3]]