18 lines
460 B
Lua
18 lines
460 B
Lua
|
return {
|
||
|
{
|
||
|
"nvim-telescope/telescope.nvim",
|
||
|
opts = {
|
||
|
defaults = {
|
||
|
layout_strategy = "horizontal",
|
||
|
layout_config = { prompt_position = "top" },
|
||
|
sorting_strategy = "ascending",
|
||
|
winblend = 0,
|
||
|
},
|
||
|
},
|
||
|
dependencies = {
|
||
|
"sharkdp/fd",
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
'nvim-tree/nvim-web-devicons'
|
||
|
},
|
||
|
},
|
||
|
}
|