From 44b7b000df2d174065b2bdf4cbfc5574cadc781c Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Sat, 8 Jan 2022 21:50:06 -0800 Subject: [PATCH] switch telescope pins to tags --- neovim/lua/plugins.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 550838f..dabce57 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -280,10 +280,10 @@ return require("packer").startup({ "nvim-lua/plenary.nvim", "nvim-lua/popup.nvim", }, - commit = utils.map_version_rule({ + tag = utils.map_version_rule({ [">=0.6.0"] = nil, - [">=0.5.1"] = "80cdb00b221f69348afc4fb4b701f51eb8dd3120", - [">=0.5.0"] = "587a10d1494d8ffa1229246228f0655db2f0a48a", + ["<0.6.0"] = "nvim-0.5.1", + ["==0.5.0"] = "nvim-0.5.0", }), config = function() require("plugins.telescope")