Does anyone know how to get vim-iced to insert eval results as comments?
vim-iced has a command to replace form with its result https://liquidz.github.io/vim-iced/vim-iced.html#%3CPlug%3E%28iced_eval_and_replace%29
you can add a mapping that clones current form and then replaces it
@nbardiuk thank you, I'll give that a try.