Pin 0.6 versions of telescope

This commit is contained in:
ViViDboarder 2022-04-29 12:31:45 -07:00
parent 6be2309fdc
commit ded3cec4a9
1 changed files with 2 additions and 1 deletions

View File

@ -299,7 +299,8 @@ use({
"nvim-telescope/telescope-file-browser.nvim",
},
tag = utils.map_version_rule({
[">=0.6.0"] = utils.nil_val,
[">=0.7.0"] = utils.nil_val,
[">=0.6.0"] = "nvim-0.6",
["<0.6.0"] = "nvim-0.5.1",
["==0.5.0"] = "nvim-0.5.0",
}),