feat(actions): expand all under folder (#1292)

This commit is contained in:
Kiyan
2022-05-29 11:15:32 +02:00
committed by GitHub
parent 0373680819
commit 3a95c5a9cf
5 changed files with 78 additions and 0 deletions

View File

@@ -465,6 +465,9 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
global = false,
restrict_above_cwd = false,
},
expand_all = {
max_folder_discovery = 300,
},
open_file = {
quit_on_open = false,
resize_window = true,