Fix annoying telescope depr warning

This commit is contained in:
Andres 2023-06-12 19:27:09 +02:00
parent 32d081cc2a
commit df8b6d79e7
1 changed files with 1 additions and 1 deletions

View File

@ -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