return { 'nvim-telescope/telescope.nvim', branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim' }, keys = { { "", "Telescope find_files", desc = "Telescope Find Files" }, { "/", "Telescope live_grep", desc = "Telescope Live Grep" }, { "tb", "Telescope buffers initial_mode=normal", desc = "Telescope Buffers" }, -- Opens initally in normal mode for ease of previewing buffers }, }