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" } },