From ceef34772f1a1ef52fb1c3d59949371222725732 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Sat, 23 Aug 2025 16:16:18 +0100 Subject: [PATCH] Set telescope to latest 0.1.x --- nvim/.config/nvim/lua/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/plugins/telescope.lua b/nvim/.config/nvim/lua/plugins/telescope.lua index 018a3b8..8e633a0 100644 --- a/nvim/.config/nvim/lua/plugins/telescope.lua +++ b/nvim/.config/nvim/lua/plugins/telescope.lua @@ -1,5 +1,5 @@ return { - 'nvim-telescope/telescope.nvim', tag = '0.1.8', + 'nvim-telescope/telescope.nvim', tag = '0.1.x', -- or , branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim' } }