From 69049f8e9a25e10150fdcf75aad9af0d44675859 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 13 May 2024 13:19:53 -0500 Subject: [PATCH] test: use `sync` install for ts parsers --- tests/utils/helpers.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils/helpers.lua b/tests/utils/helpers.lua index 4fab3a6..3f812e1 100644 --- a/tests/utils/helpers.lua +++ b/tests/utils/helpers.lua @@ -37,6 +37,7 @@ end M.setup_nvim_treesitter = function(opts) opts = vim.tbl_deep_extend("keep", opts or {}, { + sync_install = true, ensure_installed = { "html", "javascript",