feat(treesitter): add diff, jsonc and yaml by default
This commit is contained in:
1 file changed
+3
@@ -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",
|
||||
|
||||
Reference in new issue
Block a user