1
0

Update telescope

This commit is contained in:
2026-02-22 12:01:40 +00:00
parent 34eeea8e90
commit ae993aef84

View File

@@ -1,6 +1,10 @@
return {
'nvim-telescope/telescope.nvim', branch = '0.1.x',
-- or , branch = '0.1.x',
-- tag = '0.1.8',
dependencies = { 'nvim-lua/plenary.nvim' }
{
'nvim-telescope/telescope.nvim', version = '*',
dependencies = {
'nvim-lua/plenary.nvim',
-- optional but recommended
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' },
}
}
}