editors

Discussion about all editors used for Clojure/ClojureScript
spinningarrow 2018-01-03T14:56:47.000350Z

@dominicm ahh, just saw it's a neovim plugin. Any idea if there's a bare vim version?

dominicm 2018-01-03T14:57:54.000615Z

I think there was a pure vimscript implantation, but I've not used it myself.

juhoteperi 2018-01-03T16:39:47.000330Z

@spinningarrow https://github.com/clojure-vim/vim-cider implements a few refactor-nrepl commands

juhoteperi 2018-01-03T16:42:03.000367Z

I think I only use var undef regularly, that's from cider-nrepl, so it might be useful even with clj-refactor.nvim

dominicm 2018-01-03T16:50:13.000365Z

@juhoteperi I couldn't figure out why I would use undef, what do you use it for?

juhoteperi 2018-01-03T16:51:55.000117Z

Hmm, must be when I change :refer or :as but I'm to lazy to call reset for some reason

juhoteperi 2018-01-03T16:52:13.000471Z

Or resetting defonce var

dominicm 2018-01-03T16:57:16.000655Z

@spinningarrow fwiw, the particular refactor you mentioned can only be done by clj-refactor.nvim afaik.