mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +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
|
||||
if enabled("highlight", "highlights") then
|
||||
pcall(vim.treesitter.start)
|
||||
pcall(vim.treesitter.start, ev.buf)
|
||||
end
|
||||
|
||||
-- indents
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue