You need install and load plugins yegappan/mru
and nvim-telescope/telescope.nvim
first.
Example configuration:
packer
use {
'nvim-telescope/telescope.nvim',
requires = {
'yegappan/mru',
'alan-w-255/telescope-mru.nvim',
},
config = function()
require'telescope'.load_extension('mru')
end,
}
:Telescope mru