Hey all, I recently switched from vim-fireplace
to vim-iced
. I have a shadow-cljs frontend, and I was just curious why vim-iced
requires cider to be turned off for shadow-cljs applications. Anyone know the answer or can point me to some explanation?
awesome, thanks for the info!
@bendy Thank you for using vim-iced!
The main reason is to disable track-state
middleware.
https://github.com/liquidz/vim-iced/issues/170
What are the advantages of vim-iced over vim-fireplace? I couldn't find anything online explaining that
All main features are listed in README. https://github.com/liquidz/vim-iced#features Test integration, refactoring, debugging are the main differences currently.