return { "nvim-treesitter/nvim-treesitter", lazy = false, branch = "master", build = ":TSUpdate", config = function() require("nvim-treesitter.configs").setup({ highlight = { enable = true }, ensure_installed = { "bash", "html", "javascript", "json", "lua", "norg", "norg_meta", "markdown", "markdown_inline", "python", "query", "regex", "tsx", "typescript", "vim", "yaml", }, }) end, }