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 }, indent = { enable = true },
autotag = { enable = true }, autotag = { enable = true },
ensure_installed = { ensure_installed = {
"json", "bash",
"javascript", "cmake",
"typescript", "cpp",
"yaml",
"html",
"css", "css",
"diff",
"dockerfile",
"git_config",
"git_rebase",
"gitcommit",
"gitignore",
"graphql",
"html",
"javascript",
"json",
"lua",
"markdown", "markdown",
"markdown_inline", "markdown_inline",
"graphql", "nginx",
"bash", "perl",
"lua", "php",
"vim",
"dockerfile",
"gitignore",
"gitcommit",
"python", "python",
"regex",
"sql",
"ssh_config",
"todotxt",
"typescript",
"vim",
"xml",
"yaml",
}, },
auto_install = true, auto_install = true,
}) })