8 lines
172 B
Lua
8 lines
172 B
Lua
|
return {
|
||
|
{
|
||
|
'nvim-telescope/telescope.nvim',
|
||
|
branch = '0.1.x',
|
||
|
dependencies = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons' }
|
||
|
}
|
||
|
}
|