style(picker): recent is alias for recent_files

This commit is contained in:
Folke Lemaitre 2025-01-15 10:59:04 +01:00
parent 000db17bf9
commit b45d12ce78
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -37,6 +37,8 @@ function M.files(opts, filter)
end
end
M.recent = M.files
--- Get the most recent projects based on git roots of recent files.
--- The default action will change the directory to the project root,
--- try to restore the session and open the picker if the session is not restored.