return { "nvim-telescope/telescope.nvim", branch = "0.1.x", dependencies = { "BurntSushi/ripgrep", "nvim-lua/plenary.nvim", "sharkdp/fd", "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons", }, lazy = false, keys = { { "f", "Telescope find_files", desc = "Fuzzy find files with Telescope" }, { "", "Telescope find_files", desc = "Fuzzy find files with Telescope" }, { "b", "Telescope buffers", desc = "Fuzzy find open buffers with Telescope" }, } }