vim-parinfer icon indicating copy to clipboard operation
vim-parinfer copied to clipboard

Support Paren Mode

Open bhurlow opened this issue 8 years ago • 5 comments
trafficstars

bhurlow avatar Dec 13 '16 15:12 bhurlow

Ah, I was just about to submit a question about the demo 'Preserve indentation when editing in "Paren Mode"' from https://shaunlebron.github.io/parinfer/ not working, but that is reliant on Paren Mode presumably?

(Thanks for contributing this module btw, this looks like it may be much nicer than vim-sexp for me. I actually like that parens are only calculated on ESC, as it lets you type what you wanted, and only attempts to infer after you're done.)

osfameron avatar Dec 13 '16 22:12 osfameron

Yep, the vim and python implementations should support, just haven't wired up Paren mode yet, shouldn't be too tricky

bhurlow avatar Dec 13 '16 22:12 bhurlow

Actually this is just really needed for this project.

ghost avatar Sep 24 '18 17:09 ghost

@midnio can you provide more info on your use case? I believe that "paren" mode may be deprecated in favor of "smart" mode coming in future versions

bhurlow avatar Sep 24 '18 17:09 bhurlow

@bhurlow seems that "Smart Mode" is a failed-ish experiment: https://github.com/shaunlebron/parinfer/tree/master/lib#status-update-2019-smart-mode

Would be nice to see Paren mode in vim-parinfer for sure!

s-ol avatar Jan 20 '19 15:01 s-ol