conjure
conjure copied to clipboard
Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
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...
## 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...
We shouldn't leave the babashka REPL running after we connect to another REPL.
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...
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)....
`doc_word` should result in syntax highlighted log to improve readability: Either in markdown or in Clojure, where latter might makes more sense.
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...
I _think_ it'll be over stdio but if [LFE](https://lfe.io/) has a good remote REPL that could be used too.
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...
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...