Fork me on GitHub
#cider
<
2024-01-18
>
solf15:01:27

Is there a way to enable pprint in pprint functions (like C-c C-p C-p) when connecting to a repl without cider-nrepl?

WARNING: CIDER requires cider-nrepl to be fully functional. Some features will not be available without it! (More information)

solf15:01:04

I vaguely remember some way to fallback to a simpler pprint version

vemv08:01:53

It may be the case that by loading this ns (which has no dependencies, you can just eval it on the fly) things would start working automagically https://github.com/clojure-emacs/cider-nrepl/blob/9aea519b87430c3a26cd146417dd84c33bb14676/src/cider/nrepl/pprint.clj

solf09:01:12

Thanks @U45T93RA6 it worked!

vemv09:01:29

Great to hear!