Pin telescope for lower than 0.9 versions of nvim

This commit is contained in:
ViViDboarder 2024-03-29 12:31:57 -07:00
parent f9fa1677d6
commit a2c6ba1f41
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ use({
tag = utils.map_version_rule({
-- Follow stable release tag
[">=0.9.0"] = "0.1.*",
[">=0.7.0"] = "0.1.*",
[">=0.7.0"] = "0.1.2",
[">=0.6.0"] = "nvim-0.6",
["<0.6.0"] = "nvim-0.5.1",
["==0.5.0"] = "nvim-0.5.0",