Skip to content

Commit

Permalink
Pin telescope for lower than 0.9 versions of nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
ViViDboarder committed Mar 29, 2024
1 parent f9fa167 commit a2c6ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neovim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a2c6ba1

Please sign in to comment.