-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More info about cider-nrepl setup in README? #399
Comments
You're not alone; this is a common pain point. I'm updating the README to point directly to the usage documentation.
This is definitely your config. My guess would be you have |
Thanks very much. Thanks for updating the README. I had already found a version of that page when I submitted the issue, but I appreciate that the link now goes directly there. About |
Oh, and to followup on my initial question and README suggestion: Is it necessary to include something like Thanks again! (And in general, thank you for fireplace.) |
That's
For full functionality yes. Notably it is required for ClojureScript support. We try to make do without it when we can, because as you note, setting it up can be challenging for rookies and veterans alike. |
OK--thanks very much! I'll check OK, good--thanks for the exaplanation about the plugin. That kind of all makes sense to me. I'm not using Clojurescript at the moment, so I might not notice the difference. It's clear to me that my vim is talking to nrepl, which confused me. I'll add the plugin. Can't hurt. |
Adding |
Hi, I'm completely new to vim-fireplace. I've been using Clojure for many years, and vim for many more years, but I've gone without this kind of tool for a very long time. I'm a little confused about how to set up cider-nrepl for vim-fireplace. So this is a personal help request, but I'm submitting an issue because it might also be a request for an addition to the README file..
The README says:
I want all the functionality! The cider-nrepl README says:
The cider-nrepl documentation site gives information about how to use cider-nrepl inside Clojure (via Leiningen, Boot, and using deps.edn, for example). There's also a Makefile in the cider-nrepl repo, though nothing suggested I should run it, and after I got it to run--an env var needed to be set--the make process hung.
Is that what you mean by setting up cider-nrepl to use with vim-fireplace? Get Leiningen (for example) to pull down the cider-nrepl jar and pom? I've done that, but I'm not sure whether or not I've done what's needed for vim-fireplace to use cider-nrepl.
Apologies for my cluelessness. Since I've never (OK, rarely) used this kind of tool, I don't know what to expect it to do.
For example, if I highlight a function name and type
K
, I get the docstring--ok, good. If I highlight the definition and type[d
, I get "E388: Couldn't find definition". I don't know whether that's because I haven't set up cider-nrepl properly, or whether maybe something in my existing vim config is interfering.Thanks!
The text was updated successfully, but these errors were encountered: