test: actually call nvim-treesitter.configs setup

This commit is contained in:
Price Hiller 2024-05-13 13:33:53 -05:00
parent 7c2e60f9e8
commit 25db9a0912
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)