test: use sync install for ts parsers

This commit is contained in:
Price Hiller 2024-05-13 13:19:53 -05:00 committed by windwp
parent 43a07a028f
commit 69049f8e9a

View File

@ -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",