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 90 conjure issues
Sort by recently updated
recently updated
newest added

I'm trying to do some very simple Scheme REPL work. I've got a very simple config and almost everything is working except for, ```scheme (display "Hello, World!") ``` Which is...

bug
client-scheme

Buffer/module tests work normally. Changing `g:conjure#client#fennel#aniseed#aniseed_module_prefix` to my plugin's Aniseed prefix does not change anything. Conjure is installed with `develop` branch Output from `:messages`: ``` E5108: Error executing lua ...site/pack/packer/start/aniseed/lua/aniseed/nvim/util.lua:56:...

bug
client-fennel

When using Julia, Conjure seems to ignore `;` placed at the end of a line. In Julia it is used to suppress the returning of the lines output. This is...

enhancement
client-julia

Pretty printing in babashka doesn't work, if I try to print something it ends up using `pr-str`, so in the log buffer you'll see something like: ``` {:hello "world", :some...

enhancement
client-clojure

As title. I think it would be more ergonomic to just call the main function and ask parmeters of it to user if necessary. BTW, rust client seems to print...

enhancement
client-rust

Is there a way to add deps for evcxr? Essentially use the `:deps` command on the current root `Cargo.toml` would be incredibly useful since it would allow for more complete...

enhancement
client-rust

If I remove a namespace using `(remove-ns *ns*)` and try to evaluate the current buffer then it fails to recreate the namespace: ``` ; eval (buf): .../testns.clj ; Namespace not...

bug
client-clojure

I have the following, somewhat easy to reproduce situation - configure conjure with guile - open `somefile.scm` with nvim (file has a proper `#!/usr/bin/guile -s` as first line, has executable...

enhancement
documentation

I have developed a plugin that adds some middleware. But if I try to call `server.with-conn-and-ops-or-warn` then it doesn't crash when the REPL isn't connected. So the call either results...

enhancement
client-clojure

Thank you for the fantastic plugin :) One of the things that I do often is that I need to re-run a test while making changes. It'd save me a...

enhancement
client-clojure