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 = {
"bash",
"c",
"diff",
"html",
"javascript",
"jsdoc",
"json",
"jsonc",
"lua",
"luadoc",
"luap",
@ -58,6 +60,7 @@ return {
"python",
"query",
"regex",
"toml",
"tsx",
"typescript",
"vim",