vim

For discussion on all things (neo)vim.
2020-02-10T23:11:02.062800Z

vim-iced v0.14.2 has been released! https://twitter.com/uochan/status/1227006275000487936

heefoo 2020-02-11T08:01:02.063600Z

@liquidz.uo 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

dominicm 2020-02-11T08:40:59.063800Z

You can have both installed AFAIK @heefoo

dominicm 2020-02-11T08:41:33.064Z

It relies on sexp for doing certain manipulations

heefoo 2020-02-11T09:00:27.064400Z

@dominicm 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

dominicm 2020-02-11T09:01:46.064700Z

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

heefoo 2020-02-11T09:04:56.064900Z

makes sense

heefoo 2020-02-11T09:05:05.065100Z

might give it a try

2020-02-11T09:10:32.065300Z

@heefoo 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

heefoo 2020-02-11T09:11:50.065600Z

@liquidz.uo thanks