Further pin treesitter

This commit is contained in:
ViViDboarder 2025-01-09 07:01:31 +00:00
parent a72cd84801
commit 145b58e4e5

View File

@ -448,7 +448,8 @@ return {
"https://github.com/nvim-treesitter/nvim-treesitter", "https://github.com/nvim-treesitter/nvim-treesitter",
build = ":TSUpdate", build = ":TSUpdate",
version = utils.map_version_rule({ 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.2"] = "0.9.2",
["==0.9.1"] = "0.9.1", ["==0.9.1"] = "0.9.1",
["==0.9.0"] = "0.9.0", ["==0.9.0"] = "0.9.0",