feat(treesitter): add diff, jsonc and yaml by default

This commit is contained in:
Folke Lemaitre 2023-10-08 12:37:59 +02:00
parent 6e3fb589d5
commit c9bbb922e5
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -46,10 +46,12 @@ return {
ensure_installed = { ensure_installed = {
"bash", "bash",
"c", "c",
"diff",
"html", "html",
"javascript", "javascript",
"jsdoc", "jsdoc",
"json", "json",
"jsonc",
"lua", "lua",
"luadoc", "luadoc",
"luap", "luap",
@ -58,6 +60,7 @@ return {
"python", "python",
"query", "query",
"regex", "regex",
"toml",
"tsx", "tsx",
"typescript", "typescript",
"vim", "vim",