Compare commits

...

1 Commits

Author SHA1 Message Date
bdbf0b1fc3
test: use sync install for ts parsers 2024-05-13 13:19:53 -05:00

View File

@ -37,6 +37,7 @@ end
M.setup_nvim_treesitter = function(opts)
opts = vim.tbl_deep_extend("keep", opts or {}, {
sync = true,
ensure_installed = {
"html",
"javascript",