test: actually call nvim-treesitter.configs setup

This commit is contained in:
Price Hiller 2024-05-13 13:33:53 -05:00
parent c16ff16926
commit fe3dbcc277
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -51,6 +51,7 @@ M.setup_nvim_treesitter = function(opts)
"embedded_template",
},
})
require("nvim-treesitter.configs").setup(opts)
end
M.Test_filter = function(data)