How to setup ahmedkhalf/project.nvim so that recent files for project are displayed by default?

229 Views Asked by At

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.

I am using LazyVim.

0

There are 0 best solutions below