fixing telescope for neovim nightly

This commit is contained in:
Lord Of Nougate 2023-09-08 19:13:57 +02:00
parent a6fb05eeca
commit d03873fe01
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ return require('packer').startup(function(use)
}
use {
'nvim-telescope/telescope.nvim', tag = '0.1.2',
'nvim-telescope/telescope.nvim', branch = '0.1.x',
requires = 'nvim-lua/plenary.nvim'
}