return { { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", opts = { ensure_installed = { "bash","python","lua","json","yaml","markdown","markdown_inline", "dockerfile","regex","vim","vimdoc","latex" }, highlight = { enable = true }, indent = { enable = true }, }, config = function(_, opts) require("nvim-treesitter.configs").setup(opts) end, }, }