mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01:00
fix(treesitter): added buf to treesitter start just to be sure
This commit is contained in:
@@ -117,7 +117,7 @@ return {
|
||||
|
||||
-- highlighting
|
||||
if enabled("highlight", "highlights") then
|
||||
pcall(vim.treesitter.start)
|
||||
pcall(vim.treesitter.start, ev.buf)
|
||||
end
|
||||
|
||||
-- indents
|
||||
|
||||
Reference in New Issue
Block a user