return { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = "VeryLazy", config = function() require("nvim-treesitter.configs").setup({ ensure_installed = { "bash", "diff", "git_config", "git_rebase", "gitattributes", "gitcommit", "gitignore", "gotmpl", "hcl", "helm", "json", "lua", "markdown_inline", "markdown", "python", "regex", "terraform", "vim", "yaml", }, highlight = { enable = true }, indent = { enable = true }, }) end, }