return { { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", config = function() require("nvim-treesitter.configs").setup({ highlight = { enable = true }, indent = { enable = true }, ensure_installed = { "c", "cpp", "cmake", "rust", "ron", "toml", "javascript", "lua", "vim", "regex", "bash", "markdown", "markdown_inline", "zig", "swift" }, auto_install = false }) end } }