Fork me on GitHub
#vim
<
2020-02-10
>
sogaiu00:02:54

does this work with the socket repl support in vim-iced?

uochan04:02:41

@UG1C3AD5Z No. This feature is only for nREPL currently:disappointed_relieved:

sogaiu04:02:03

ah, thanks for the clarification.

heefoo08:02:02

@UBL24PLE6 it seems vim-iced relies on vim-sexp witch is a no-no for me since i am heavily addicted to parinfer Am i wrong ? That debug feature seems aweasome

dominicm08:02:59

You can have both installed AFAIK @U4LDAE9MZ

dominicm08:02:33

It relies on sexp for doing certain manipulations

heefoo09:02:27

@U09LZR36F are you sure?. Back then the two plugins where not compatible because they manipulate S-expressions differently. I imagine one should be deactivated for the other to work properly

dominicm09:02:46

I used them together a long time ago. You just have to disable the insert mode stuff in sexp

heefoo09:02:56

makes sense

heefoo09:02:05

might give it a try

uochan09:02:32

@U4LDAE9MZ vim-iced requires vim-sexp only for internal manipulation, and you don't have to use vim-sexp. If you disable vim-sexp's insert mode mapping, you should be able to use parinfer. https://github.com/guns/vim-sexp/blob/master/doc/vim-sexp.txt#L528