return { "nvim-treesitter/nvim-treesitter", config = function() require("nvim-treesitter.configs").setup({ ensure_installed = {"c", "vimdoc", "markdown", "jsonc", "lua"}, sync_install = false, highlight = { enable = true }, indent = { enable = true }, }) end, }