local M = { "nvim-treesitter/nvim-treesitter", branch = "master", lazy = false, build = ":TSUpdate", opts = { ensure_installed = "all", auto_install = true, highlight = { enable = true, additional_vim_regex_highlighting = false, }, indent = { enable = true, disable = { "python" } }, matchup = { enable = true, }, }, } return M