Pin treesitter to 0.9.2.

This commit is contained in:
Bartek Stalewski 2024-03-28 19:09:22 +01:00
parent 8ab1d2f8e3
commit 447a1f0511
No known key found for this signature in database

View File

@ -1,5 +1,7 @@
return { return {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
version = "0.9.2",
commit = false,
opts = { opts = {
ensure_installed = { ensure_installed = {
"bash", "bash",