feat(previewer): add option for ls --short (#2486)

Co-authored-by: Github Actions <actions@github>
This commit is contained in:
James Trew
2023-05-16 02:02:09 -04:00
committed by GitHub
parent ebf93395e7
commit 40c31fdde9
3 changed files with 48 additions and 12 deletions

View File

@@ -621,6 +621,10 @@ append(
- hide_on_startup: Hide previewer when picker starts. Previewer can be toggled
with actions.layout.toggle_preview.
Default: false
- ls_short: Determines whether to use the `--short` flag for the `ls`
command when previewing directories. Otherwise will result
to using `--long`.
Default: false
]]
)