-- This is disabled because both snacks and fzf do a better job. return { "nvim-telescope/telescope.nvim", enabled = false, keys = { -- Switch the default keybind to switch buffers instead of find files { "", "Telescope buffers sort_mru=true sort_lastused=true", desc = "Open Files", }, -- Disable the since it's so hard to type and redundant with the above. { "", false }, }, }