@dominicm ahh, just saw it's a neovim plugin. Any idea if there's a bare vim version?
I think there was a pure vimscript implantation, but I've not used it myself.
@spinningarrow https://github.com/clojure-vim/vim-cider implements a few refactor-nrepl commands
I think I only use var undef regularly, that's from cider-nrepl, so it might be useful even with clj-refactor.nvim
@juhoteperi I couldn't figure out why I would use undef, what do you use it for?
Hmm, must be when I change :refer
or :as
but I'm to lazy to call reset
for some reason
Or resetting defonce
var
@spinningarrow fwiw, the particular refactor you mentioned can only be done by clj-refactor.nvim afaik.