vim

For discussion on all things (neo)vim.
2020-06-18T06:33:23.216500Z

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?

2020-06-18T07:08:57.217Z

awesome, thanks for the info!

2020-06-18T06:48:04.216600Z

@bendy Thank you for using vim-iced! The main reason is to disable track-state middleware. https://github.com/liquidz/vim-iced/issues/170

djm 2020-06-18T07:44:35.218Z

What are the advantages of vim-iced over vim-fireplace? I couldn't find anything online explaining that

👍 1
2020-06-18T20:40:27.218100Z

All main features are listed in README. https://github.com/liquidz/vim-iced#features Test integration, refactoring, debugging are the main differences currently.

1