fix tsupdatesync command for treesitter in lazy

This commit is contained in:
JesseBot 2023-08-21 15:28:57 +02:00
parent 814080d085
commit 590c6baa39

View file

@ -212,7 +212,7 @@ local plugins = {
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldlevelstart = 99
end,
build = "TSUpdateSync"
build = ":TSUpdateSync"
},
-- add visual lines for indentation
{