From 145b58e4e5f8abc690877d3dca0c25e4b98d2dad Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 9 Jan 2025 07:01:31 +0000 Subject: [PATCH] Further pin treesitter --- neovim/lua/lazy_plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neovim/lua/lazy_plugins.lua b/neovim/lua/lazy_plugins.lua index f266e3f..46ec437 100644 --- a/neovim/lua/lazy_plugins.lua +++ b/neovim/lua/lazy_plugins.lua @@ -448,7 +448,8 @@ return { "https://github.com/nvim-treesitter/nvim-treesitter", build = ":TSUpdate", version = utils.map_version_rule({ - [">=0.9.2"] = utils.nil_val, + [">=0.10.0"] = utils.nil_val, + [">=0.9.2"] = "0.9.3", ["==0.9.2"] = "0.9.2", ["==0.9.1"] = "0.9.1", ["==0.9.0"] = "0.9.0",