local M = {
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate', -- parsers must be kept up to date with the plugin
lazy = false, -- enable highlighting instantly
opts = {},
}
return M