test: actually call nvim-treesitter.configs setup

This commit is contained in:
Price Hiller 2024-05-13 13:33:53 -05:00 committed by windwp
parent 69049f8e9a
commit 6f76b0e68e

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)