update treesitter config

This commit is contained in:
2024-10-29 14:37:27 -04:00
parent abf7ecad11
commit e8be76df9e
+25 -12
View File
@@ -10,22 +10,35 @@ treesitter.setup({
indent = { enable = true },
autotag = { enable = true },
ensure_installed = {
"json",
"javascript",
"typescript",
"yaml",
"html",
"bash",
"cmake",
"cpp",
"css",
"diff",
"dockerfile",
"git_config",
"git_rebase",
"gitcommit",
"gitignore",
"graphql",
"html",
"javascript",
"json",
"lua",
"markdown",
"markdown_inline",
"graphql",
"bash",
"lua",
"vim",
"dockerfile",
"gitignore",
"gitcommit",
"nginx",
"perl",
"php",
"python",
"regex",
"sql",
"ssh_config",
"todotxt",
"typescript",
"vim",
"xml",
"yaml",
},
auto_install = true,
})