vim

For discussion on all things (neo)vim.
Darrell 2020-11-28T17:22:13.216400Z

Any idea why I’m getting this error when trying to get the docs of a function?

Execution error (ClassNotFoundException) at java.net.URLClassLoader/findClass (URLClassLoader.java:471).
clojure.repl

dominicm 2020-11-28T18:50:57.217200Z

Does it go away if you :Require clojure.repl ?

Darrell 2020-11-28T22:10:10.217500Z

Yep. Thanks @dominicm!