parinfer-rust
parinfer-rust copied to clipboard
opening new line bug in parinfer_mode = paren
(let [hello "world"]
)
Hi all! When my cursor is on the first line, hitting "o" to open a newline inside the let does not work, the closing paren goes on the first line and I'm left outside the let statement. Is this normal?