feat: add retain_symlinks option to enable writing files through links (default: true)

This commit is contained in:
CJ van den Berg 2026-02-06 14:04:53 +01:00
parent 3a718bf6f6
commit c0107e32e0
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 15 additions and 1 deletions

View file

@ -89,6 +89,8 @@ keybind_mode: KeybindMode = .normal,
dropdown_keybinds: DropdownKeybindMode = .standard,
dropdown_limit: usize = 12,
retain_symlinks: bool = true,
include_files: []const u8 = "",
const default_actions = [_]IdleAction{.highlight_references};