mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:07:34 +00:00
Pin 0.6 versions of telescope
This commit is contained in:
parent
6be2309fdc
commit
ded3cec4a9
@ -299,7 +299,8 @@ use({
|
|||||||
"nvim-telescope/telescope-file-browser.nvim",
|
"nvim-telescope/telescope-file-browser.nvim",
|
||||||
},
|
},
|
||||||
tag = utils.map_version_rule({
|
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.6.0"] = "nvim-0.5.1",
|
||||||
["==0.5.0"] = "nvim-0.5.0",
|
["==0.5.0"] = "nvim-0.5.0",
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user