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 = { 'fzf' } } }, }