We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
https://github.com/boot-clj/boot/wiki/Cider-REPL in the first example suggests using nrefactor-repl, however
nrefactor-repl
https://github.com/clojure-emacs/clj-refactor.el/wiki/installation#refactor-nrepl-middleware says that From version 2.2.0 onwards if cider-jack-in is used it is injected automatically.
From version 2.2.0 onwards if cider-jack-in is used it is injected automatically.
I had problems with cider-jack-in and removal of nrefactor-repl made possible to start repl in boot namespace.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
https://github.com/boot-clj/boot/wiki/Cider-REPL
in the first example suggests using
nrefactor-repl
,however
https://github.com/clojure-emacs/clj-refactor.el/wiki/installation#refactor-nrepl-middleware
says that
From version 2.2.0 onwards if cider-jack-in is used it is injected automatically.
I had problems with cider-jack-in and removal of
nrefactor-repl
made possible to start repl in boot namespace.The text was updated successfully, but these errors were encountered: