mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
style(picker): recent is alias for recent_files
This commit is contained in:
parent
000db17bf9
commit
b45d12ce78
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue