fix: add config option to enable following symlinks to directories (default: false)

This commit is contained in:
CJ van den Berg 2026-02-11 13:05:43 +01:00
parent 4df20c96ca
commit d178c8c2e1
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 20 additions and 7 deletions

View file

@ -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 = "",