From a2c6ba1f41509db825335d3ced6fafd682e85353 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 29 Mar 2024 12:31:57 -0700 Subject: [PATCH] Pin telescope for lower than 0.9 versions of nvim --- neovim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 7451d96..a15d600 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -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",