From 8894af74227bdda48ca428cab1951c6088dd21f4 Mon Sep 17 00:00:00 2001 From: Dmytro Onypko Date: Sun, 6 Apr 2025 18:27:49 +0100 Subject: [PATCH] Remove Telescope `0.1` branch lock --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index cbf9ff65..69205075 100644 --- a/init.lua +++ b/init.lua @@ -357,7 +357,6 @@ require('lazy').setup({ { -- Fuzzy Finder (files, lsp, etc) 'nvim-telescope/telescope.nvim', event = 'VimEnter', - branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim', { -- If encountering errors, see telescope-fzf-native README for installation instructions