sanel / monroe

Clojure nREPL client for Emacs
161 stars 21 forks source link

Leverage new nREPL 0.8 ops #39

Closed bbatsov closed 2 years ago

bbatsov commented 3 years ago

I'm guessing adopting the new nREPL ops like "completions" and "lookup" will simplify the codebase a bit. See this article for details https://metaredux.com/posts/2020/06/15/nrepl-0-8-evolving-the-protocol.html

sanel commented 3 years ago

Thanks!

sanel commented 2 years ago

Implemented thanks to @bbuccianti