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