Found a way to mimic the cursive behaviour where an eval-outer-top-list
when inside a comment form would https://github.com/pinealan/dotfiles/blob/master/vim/.vim/after/ftplugin/clojure.vim#L54. Not aware of other solutions out there so thought Iโd share it here.
looks like you are using iced - it has an option to eval inside comments https://liquidz.github.io/vim-iced/#eval_inside_comment
oh, I've just realised the difference. Your implementation evaluates only current second-top form instead of all forms inside the comment
ya itโs not exactly the same, and the cursive style โsmartโ eval is really handy when experimenting
yes, it is very handy to eval forms inside comment one by one
@achan961117 Cool! It's so handy. I can merge if you create a pull request.