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