return { "nvim-telescope/telescope.nvim", -- replace all Telescope keymaps with only one mapping keys = function() return { { "ff", "Telescope find_files", desc = "Find Files" }, } end, }