`>)` does nothing in this situation
(deftest r-account
(let [account (first accounts)
id (:id account)])
(is (= account (r-account nil {:id id} nil))))
When I use >) on the closing paren of the let form, it doesn't move. Trying this without parinfer-rust works.
I'm using vim-sexp, vim-sexp-mappings-for-regular-people and Neovim.
Interesting. I'm not sure how to get that to work. I guess it should use paren mode after slurp and barf and other paren-preserving, indent-destroying transforms.
I will generally use >> on the last line instead to get the same effect.
I'll look into it later.
I've run into this issue as well. I appreciate the >> workaround!
I'd also like to be able to use sexp_capture_next_element, especially since I have >> mapped to something else.
it's a pity because it was otherwise very well thought, but I ended up deactivating smart mode :(
Ran into this now, workaround works for me as well but it would be neat due to muscle memory. Appreciate all the work!