editors

Discussion about all editors used for Clojure/ClojureScript
spinningarrow 2017-12-22T03:30:07.000199Z

Is there a way to do Clojure refactorings in vim? For example, select a bunch of nested function calls and refactor it into a threading macro form?

dominicm 2017-12-22T09:01:13.000097Z

@spinningarrow Check out https://github.com/clojure-vim/clj-refactor.nvim

1👍