This commit is contained in:
2024-09-09 16:41:23 +02:00

View File

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