dirty(telescope): to remove later - fix deprecated warnings

- pinning the latest commit in master
  - https://github.com/nvim-telescope/telescope.nvim/issues/3469#issuecomment-3039412200
This commit is contained in:
2025-07-16 16:13:39 +02:00
parent efa9e8e862
commit 314be14e73
2 changed files with 3 additions and 2 deletions

View File

@@ -217,6 +217,7 @@ require('lazy').setup({
{
'nvim-telescope/telescope.nvim',
branch = '0.1.x',
commit = 'b4da76be54691e854d3e0e02c36b0245f945c2c7',
dependencies = {
'nvim-lua/plenary.nvim',
-- Fuzzy Finder Algorithm which requires local dependencies to be built.