return { { "nvim-treesitter/nvim-treesitter", branch = 'master', lazy = false, build = ":TSUpdate", config = function() local config = require("nvim-treesitter.configs") config.setup({ ensure_installed = { "bash", "lua", "javascript", "c", "cpp", "json", "go", "markdown", "meson", "make", "cmake", "python", "rust", "yaml", "toml", "ron", }, highlight = { enable = true }, indent = { enable = true }, }) end } }