This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-27
Channels
- # beginners (86)
- # calva (1)
- # cider (21)
- # clj-kondo (2)
- # clojure (31)
- # clojure-europe (3)
- # clojure-italy (7)
- # clojure-nl (7)
- # clojure-spec (15)
- # clojure-uk (70)
- # clojurescript (4)
- # clojutre (31)
- # code-reviews (6)
- # cursive (10)
- # datomic (8)
- # duct (3)
- # emacs (2)
- # fulcro (34)
- # funcool (3)
- # jackdaw (2)
- # jobs (10)
- # jvm (2)
- # kaocha (1)
- # off-topic (21)
- # pathom (11)
- # re-frame (10)
- # reagent (4)
- # schema (1)
- # shadow-cljs (72)
- # sql (1)
- # tools-deps (3)
- # vim (9)
- # xtdb (4)
Hi all! I’m experimenting with different editors for Clojure, and currently investing into vim / fireplace. I am quite happy with my setup at the moment, but one thing is not working and I have no idea why: doc lookup. When I press SHIFT-K on a symbol, I get the error:
Execution error (ClassNotFoundException) at java.net.URLClassLoader/findClass (URLClassLoader.java:436).
clojure.repl
Any ideas where this comes from? I’m using tools.deps and am running a REPL using this alias:
:repl {:extra-paths ["test"]
:extra-deps {nrepl {:mvn/version "RELEASE"}
cljfmt {:mvn/version "RELEASE"}}
:main-opts ["-m" "nrepl.cmdline"]}
The REPL is connected in vim. This is Clojure-only (so no CLJS).Alternatively you could add cider to your middleware (you'll generally have a good time if you do that)