15 lines
373 B
Lua
15 lines
373 B
Lua
return {
|
|
{
|
|
'nvim-telescope/telescope.nvim',
|
|
tag = '0.1.5',
|
|
dependencies = {
|
|
'nvim-lua/plenary.nvim',
|
|
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' },
|
|
'nvim-telescope/telescope-ui-select.nvim',
|
|
},
|
|
config = function()
|
|
require("custom.telescope")
|
|
end,
|
|
},
|
|
}
|