Paravim is an editor for Clojure that...
See the website for more info and join the discussion on /r/Paravim.
The easiest way to run it is with the Clojure CLI tool. On Windows or Linux, run this in any directory you want:
clojure -Sdeps "{:deps {paravim {:mvn/version \""RELEASE\""}}}" -m paravim.start
On Mac OS, you need to add a special flag:
clojure -Sdeps "{:deps {paravim {:mvn/version \""RELEASE\""}}}" -J-XstartOnFirstThread -m paravim.start
clj -A:dev:linux nativeclj -A:dev:macos nativeclj -A:dev:windows nativeclj -A:test:linuxclj -A:test:macosclj -A:test:windowsclj -A:prod installAll files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |