Fork me on GitHub
#vim
<
2020-02-26
>
mjw02:02:12

For those using vim-iced with a deps.edn project, are you able to use the clojure.repl functions? If I start iced repl on a lein project, then functions like doc are available, but the same is not true of a deps.edn project.

uochan05:02:57

@matt.wistrand Currently, you need to evaluate (require '[clojure.repl :refer :all]) after running iced repl for Clojure CLI project. But you can refer docstrings from vim: https://liquidz.github.io/vim-iced/#_docstring Could you tell me what cases do you want to use clojure.repl functions on iced repl?

👍 4
mjw14:02:39

I mostly just use doc ¯\(ツ)

👍 4