tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

Usual fireplace stuff does not work with cljs brepl #147

Closed kul closed 10 years ago

kul commented 10 years ago

I dont seem to be able to use, K, ]C-d on cljs functions. Not sure if something is wrong with my setup or if this is really a cljs problem.

gf, cpp, cpr seems to work just fine though.

lbradstreet commented 10 years ago

This functionality is not currently supported when using vim-fireplace with cljs.

On 24 April 2014 14:01, kul notifications@github.com wrote:

I dont seem to be able to use, K, C-d on cljs functions. Not sure if something is wrong with my setup or if this is really a cljs problem.

— Reply to this email directly or view it on GitHubhttps://github.com/tpope/vim-fireplace/issues/147 .

kul commented 10 years ago

I may be too ignorant to see this, but if gf works seamlessly i dont see why K and ]C-d can not?

tpope commented 10 years ago

Because gf just blindly looks for a file in the classpath. The others require language or repl server support.

tpope commented 10 years ago

cider-nrepl is working on providing middlewares to solve this.

kul commented 10 years ago

:+1: @tpope Thanks for the explanation!