feat: add sort_by option to sort files by modification time (#1040)

Co-authored-by: Brandon Dwiel <bdwiel@apple.com>
This commit is contained in:
Brandon D
2022-03-03 17:41:58 -05:00
committed by GitHub
parent 50a927f176
commit 690c7e96ed
4 changed files with 43 additions and 8 deletions

View File

@@ -339,6 +339,7 @@ local DEFAULT_OPTS = {
ignore_buffer_on_setup = false,
open_on_setup = false,
open_on_tab = false,
sort_by = "name",
update_cwd = false,
hijack_directories = {
enable = true,