treesj
treesj copied to clipboard
Allow ignoring the max join length for single calls
Hi, I'm trying to add a forced join keymap to my config, but apparently passing a preset like this to the toggle and join methods is ignored: { max_join_length = 999 }.
I would love if I could disable the max join length feature on demand. Ideally this would be done via a separate boolean setting or setting max_join_length = 0.
Hi! join and split expected a node preset. max_join_length is a global plugin option.
I added an enhancement label and will consider adding this feature for each node in the future.