From df8b6d79e7a137de96b808d65b5b05c3389f5296 Mon Sep 17 00:00:00 2001 From: Andres Date: Mon, 12 Jun 2023 19:27:09 +0200 Subject: [PATCH] Fix annoying telescope depr warning --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 50b1c706..222e976b 100644 --- a/init.lua +++ b/init.lua @@ -155,7 +155,7 @@ require('lazy').setup({ { 'numToStr/Comment.nvim', opts = {} }, -- Fuzzy Finder (files, lsp, etc) - { 'nvim-telescope/telescope.nvim', version = '*', dependencies = { 'nvim-lua/plenary.nvim' } }, + { 'nvim-telescope/telescope.nvim', branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim' } }, -- Fuzzy Finder Algorithm which requires local dependencies to be built. -- Only load if `make` is available. Make sure you have the system