mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 18:36:27 +00:00
Pin telescope for lower than 0.9 versions of nvim
This commit is contained in:
parent
f9fa1677d6
commit
a2c6ba1f41
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user