1
0
Fork 0

feat: Update telescope in lazy config to latest tag

This commit is contained in:
Tristan Russell 2026-05-02 22:22:36 -04:00
parent b1abbadaf6
commit ebbf2fe0fe
Signed by: tristanr
GPG Key ID: 4495C92911DF04CA
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ require("lazy").setup({
}, },
{ -- File navigation fuzzy finder { -- File navigation fuzzy finder
'nvim-telescope/telescope.nvim', 'nvim-telescope/telescope.nvim',
tag = '0.1.8', tag = '0.2.2',
dependencies = { 'nvim-lua/plenary.nvim' } dependencies = { 'nvim-lua/plenary.nvim' }
}, },
{ -- File navigation utility { -- File navigation utility