practicalli / clojure

Practicalli Clojure REPL Driven Development
https://practical.li/clojure/
Creative Commons Attribution Share Alike 4.0 International
89 stars 36 forks source link

Editor nREPL integration #439

Closed practicalli-johnny closed 1 year ago

practicalli-johnny commented 1 year ago

https://practical.li/clojure/data-inspector/portal/#emacs-integration

Can this be made generic or have a version for Neovim as well

Seems this code or similar could be added to a user.clj file

 (def portal 
  ((requiring-resolve 'portal.api/open))) 

  (add-tap (requiring-resolve 'portal.api/submit)))
practicalli-johnny commented 1 year ago

Added to https://practical.li/clojure/data-inspector/portal/