mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
fix(treesitter): added buf to treesitter start just to be sure
This commit is contained in:
parent
70e316d41c
commit
3ffb471c18
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue