There is this code
local on_project_selected = function() find_project_files(prompt_bufnr) end
But I do not know how to change it to recent_project_files.
recent_project_files
I am using LazyVim.