conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

Results 99 conjure issues
Sort by recently updated
recently updated
newest added

Hi, i'm encountering issues using overtone with conjure. I use a new lein project (`tutorial`) with the following `project.clj`: ``` (defproject tutorial "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.9.0"] [overtone "0.10.6"]] :jvm-opts ^:replace...

client-clojure

## Environment: - **Ubuntu** 20.04.3 LTS - **NVIM** v0.4.3 - **Conjure** installed with `vim-plug` as per the `README.adoc` instructions. - To use Chicken Scheme, add these two lines to init.vim...

bug
client-scheme

We shouldn't leave the babashka REPL running after we connect to another REPL.

enhancement
client-clojure

When using Hy, it is not possible to display figures with matplotlib. Expected behaviour: 1. On wayland, no figure is shown. 2. On X11, a figure outline is shown but...

bug
contributable
client-hy

Hi @Olical, it seems other nrepl clients (e.g. calva) can show fn signature, some even for java methods (e.g. cider if I remember correctly. I haven't use it for awhile)....

enhancement
client-clojure
contributable

`doc_word` should result in syntax highlighted log to improve readability: Either in markdown or in Clojure, where latter might makes more sense.

enhancement
contributable

Need to test long output line joining, autocomplete, doc, go to def. Maybe in CLJS too. Mostly that printing things joins lines correctly. Every client should have a minimal integration...

enhancement
contributable

I _think_ it'll be over stdio but if [LFE](https://lfe.io/) has a good remote REPL that could be used too.

enhancement
client-lfe
contributable

I have a couple of large strings I print in conjure and I noticed recently that folding markers are showing up in the middle of the output. I've found that...

bug
client-clojure
contributable

Conjure currently uses global variables for user-defined mappings, which is a bit unconventional. Vim already provides a mechanism for this. See `:h ` and `:h 41.11` (`/MAPPING`). Using `` is...

enhancement