return { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", main = "nvim-treesitter.configs", opts = { ensure_installed = { "c", "cpp", "lua" }, highlight = { enable = true, } } }