fix(treesitter): add a few parsers to ensure_installed (#4121)

* This sould fix the conflix, I had to rebase

* chore: format

---------

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
This commit is contained in:
Bailey Burnsed 2023-05-04 02:39:02 -04:00 committed by GitHub
parent 8517e275d0
commit b1c7254154
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ function M.config()
on_config_done = nil,
-- A list of parser names, or "all"
ensure_installed = {},
ensure_installed = { "comment", "markdown_inline", "regex" },
-- List of parsers to ignore installing (for "all")
ignore_install = {},