fix: add config option to enable following symlinks to directories (default: false)
This commit is contained in:
parent
4df20c96ca
commit
d178c8c2e1
4 changed files with 20 additions and 7 deletions
|
|
@ -90,6 +90,7 @@ dropdown_keybinds: DropdownKeybindMode = .standard,
|
|||
dropdown_limit: usize = 12,
|
||||
|
||||
retain_symlinks: bool = true,
|
||||
follow_directory_symlinks: bool = false,
|
||||
|
||||
include_files: []const u8 = "",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue