Update telescope
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
'nvim-telescope/telescope.nvim', branch = '0.1.x',
|
{
|
||||||
-- or , branch = '0.1.x',
|
'nvim-telescope/telescope.nvim', version = '*',
|
||||||
-- tag = '0.1.8',
|
dependencies = {
|
||||||
dependencies = { 'nvim-lua/plenary.nvim' }
|
'nvim-lua/plenary.nvim',
|
||||||
|
-- optional but recommended
|
||||||
|
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' },
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user