return { { "nvim-treesitter/nvim-treesitter",build = ":TSUpdate", config = function () local configs = require("nvim-treesitter.configs") configs.setup({ ensure_installed = { "c", "cpp", "python", "vim", "vimdoc", "query", }, sync_install = false, highlight = { enable = true, additional_vim_regex_highlighting = false, }, indent = { enable = false }, }) end } }