update comments

This commit is contained in:
Rene Schallner
2021-11-30 03:36:24 +01:00
parent 85beeb0038
commit 853412aca6

View File

@@ -260,6 +260,7 @@ end
-- like builtin.find_files, but: -- like builtin.find_files, but:
-- - uses plenary.scan_dir synchronously instead of external jobs -- - uses plenary.scan_dir synchronously instead of external jobs
-- - pre-sorts the file list in descending order (nice for dates, most recent first) -- - pre-sorts the file list in descending order (nice for dates, most recent first)
-- - filters for allowed file types by extension
-- - (also supports devicons) -- - (also supports devicons)
-- - displays subdirs if necessary -- - displays subdirs if necessary
-- - e.g. when searching for daily notes, no subdirs are displayed -- - e.g. when searching for daily notes, no subdirs are displayed