7 lines
191 B
Lua
7 lines
191 B
Lua
|
-- plugins/telescope.lua:
|
||
|
return {
|
||
|
'nvim-telescope/telescope.nvim', tag = '0.1.2',
|
||
|
-- or , branch = '0.1.x',
|
||
|
dependencies = { 'nvim-lua/plenary.nvim' }
|
||
|
}
|