return { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", config = function () local ts = require("nvim-treesitter.configs") ts.setup({ auto_install = true, sync_install = false, highlight = { enable = true }, indent = { enable = true }, }) end }