Fork me on GitHub
#calva
<
2018-08-27
>
snowell11:08:51

Any plans to support paredit-raise-sexp?

snowell11:08:17

(If it exists already, it doesn't appear in the command palette)

pez13:08:29

@snowell I have looked at it. It doesn't seem easy to do, because paredit.js lacks it. I have considered porting a clojure version of paredit to cljc, but never had a time slot big enough to try that path. Possibly it can be done with a combination of the paredit commands that are supported. It seems to be the strategy of paredit.js to not implement commands that can be composed by existing commands.

mikeb20:08:13

Are there any guides to setup calva with deps.edn and connect to a repl without lein/boot?

pez20:08:03

@mikeb, no, unfortunately not. I made a template project a while ago to try it out, but never finished it so lein is still required for connecting to the repl. https://github.com/PEZ/deps-edn-figwheel

mikeb20:08:37

Thanks @pez, let me see what I can figure out and will try to share if I do get it working.

pez20:08:19

That would be awesome. I suspect there is code in Calva that still depends on lein, but that should be easy to fix.