feat: add retain_symlinks option to enable writing files through links (default: true)
This commit is contained in:
parent
3a718bf6f6
commit
c0107e32e0
3 changed files with 15 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue