vim-redl icon indicating copy to clipboard operation
vim-redl copied to clipboard

A better Vim integration story for Clojure

Results 3 vim-redl issues
Sort by recently updated
recently updated
newest added

Is it possible to run `figwheel-sidecar.repl-api/cljs-repl` from redl? What can be done to make this work? Here's what I've tried: 1. Running cljs-repl from the :Repl buffer. ``` user=> (figwheel-sidecar.repl-api/fig-status)...

How can I evaluate a form under cursor in the debug repl? It seems :Replhere would create a debug repl automatically. But how can I send forms to it like...

I often want to open a quickly open a repl even when not in a Clojure buffer. (I'm working in a polyglot project.) However `:Repl` is only set as a...

enhancement