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