From 6d9d99587d928720664937af30e7428d10925de5 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Fri, 16 Feb 2024 17:28:33 +0200 Subject: [PATCH] fix: change invalid tag name in telescope plugin --- lua/core/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 163dc90..a855b05 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -26,7 +26,7 @@ require("lazy").setup { -- Fuzzy find everything and everywhere { "nvim-telescope/telescope.nvim", - tag = "v0.1.5", + tag = "0.1.5", dependencies = { "nvim-lua/plenary.nvim", "BurntSushi/ripgrep" } },