fix(treesitter): added buf to treesitter start just to be sure

This commit is contained in:
Folke Lemaitre
2025-10-20 14:33:41 +02:00
parent 70e316d41c
commit 3ffb471c18

View File

@@ -117,7 +117,7 @@ return {
-- highlighting
if enabled("highlight", "highlights") then
pcall(vim.treesitter.start)
pcall(vim.treesitter.start, ev.buf)
end
-- indents