vim

For discussion on all things (neo)vim.
sheluchin 2020-09-21T21:18:55.001400Z

Does anyone know how to get vim-iced to insert eval results as comments?

nbardiuk 2020-09-21T22:02:29.001500Z

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

nbardiuk 2020-09-21T22:03:44.001700Z

you can add a mapping that clones current form and then replaces it

sheluchin 2020-09-21T22:06:03.002200Z

@nbardiuk thank you, I'll give that a try.