keep treesitter up to date

This commit is contained in:
JesseBot 2023-05-21 13:24:56 +02:00
parent b35690a03b
commit a874bdbd80
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -161,6 +161,7 @@ local plugins = {
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldlevelstart = 99
end,
build = "TSUpdateSync"
},
-- because indenting is still broken in treesitter for python