feat: add plugin telescope
This commit is contained in:
parent
c03a3f3913
commit
598c68d016
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
{
|
||||
'nvim-telescope/telescope.nvim',
|
||||
branch = '0.1.x',
|
||||
dependencies = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons' }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue