This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-03
Channels
- # aleph (1)
- # beginners (99)
- # boot (16)
- # cider (35)
- # cljs-dev (46)
- # cljsrn (7)
- # clojure (152)
- # clojure-austin (7)
- # clojure-dusseldorf (8)
- # clojure-italy (1)
- # clojure-uk (7)
- # clojurescript (3)
- # core-async (12)
- # css (8)
- # cursive (18)
- # datascript (2)
- # datomic (19)
- # defnpodcast (6)
- # duct (3)
- # editors (8)
- # emacs (8)
- # figwheel (1)
- # fulcro (20)
- # hoplon (18)
- # jobs-discuss (5)
- # lein-figwheel (1)
- # luminus (3)
- # lumo (19)
- # off-topic (15)
- # onyx (9)
- # parinfer (2)
- # planck (6)
- # portland-or (7)
- # re-frame (4)
- # reagent (7)
- # remote-jobs (1)
- # ring (6)
- # ring-swagger (4)
- # spacemacs (10)
- # specter (3)
- # unrepl (131)
@dominicm ahh, just saw it's a neovim plugin. Any idea if there's a bare vim version?
@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.