Hi Ikuru,

I've just checked and dragging and dropping works for me on Ubuntu 16.04, 
could you try it again? Another option is to open the extension file with 
"File -> Open" menu.

Not sure I understand your question correctly, but to make the extension 
work you need to add cider-nrepl to a list of dependencies. The simplest 
way to archive it to write the code below into you ~/.lein.profiles.clj

Введите код..{:user {:plugins [[cider/cider-nrepl "0.12.0-SNAPSHOT"]]
:dependencies [[org.clojure/tools.nrepl "0.2.12"]]}}.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to