Andrey Listopadov
                                            Andrey Listopadov
                                        
                                    @sogaiu cool idea actually, but will probably only work for Clojure, as I don't know other Lisps and Schemes that feature some kind of character that is ignored by the...
actually this has nothing to do with `[]` constructs. I've actually seen some Scheme code written in this style: ``` scheme (define (some-foo params) (define (inner-foo params) (let ((some more)...
@eraserhd should I split the issue?
thanks @sogaiu. Yeah, using such characters may serve as a dirty hack, but it is quite dirty, and basically adds unnecessary additional characters to the source files - something I'm...
@eraserhd just to illustrate what I mean:  This is not done by parinfer, but by my small package for Emacs, so here I'm only showing what I've...
> If you want to go through the JSON test cases and see if any of them contradicts what you are proposing, that would be interesting to know. @eraserhd I'm...
I would also like to integrate my fzf plugin with lsp, to browse symbols for example. I think those options will allow me to to determinite if lsp installed, or...
I was thinking lately about comment caching. E.g. when Parinfer can ensure that buffer is correct, it can cache comment positions. When user removes, or inserts `"` Parinfer knows, that...
In emacs, lsp-ui shows documentations to the symbols at which cursor is positioned.  I think it is bit annoing to se it all the time, however it's quite handy...
Oh. Yes, this looks like it covers the use-case for hovering, but I'd like to set some sort of timeout for it. I'm not sure if this is possible though....