docs(readme): fix lazy snippet

This commit is contained in:
Farid 2026-01-05 14:15:36 +04:00 committed by Christian Clason
parent 99dfc5acef
commit b033ab331c

View file

@ -39,7 +39,7 @@ It is strongly recommended to automate this; e.g., using the following spec with
'nvim-treesitter/nvim-treesitter',
lazy = false,
build = ':TSUpdate'
})
}
```
>[!IMPORTANT]