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

This commit is contained in:
Folke Lemaitre committed 2023-10-08 12:56:27 +02:00
1 parent 6e3fb589d5
commit c9bbb922e5
1 file changed
+3
+3
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",