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

When using the buffer or visual select evaluations, only the first expression is evaluated. Neovim Config: https://github.com/LazyVim/starter with `lua/plugins/example.lua` updated to ```lua return { { "Olical/conjure" }, } ``` Example...

Errors: fatal: Not possible to fast-forward, aborting. a8686aa NVIM v0.8.0-dev-737-g0b8bade49 (Was working till recently)

bug

Hello and thank you for the plugin! Have to ask, do you have any plans to add elixir support? It would be nice to have (at least) repl support via...

enhancement

Hi @Olical! On fediverse, you mentioned that stdio Guile REPL is far from perfect and that it would be cool to make a Guile nREPL integration for Conjure. A few...

enhancement
client-guile

(1) \ee is used to evaluate the current form (2) \E is used to evaluate the current selection But they seems to evaluate the whole file as well. Is this...

bug

Adding support for [Tangerine](https://github.com/udayvir-singh/tangerine.nvim) would be much appreciated.

enhancement

whenever I try to go to the definition of a word using gd I run into an error ```bash ; localhost:51602 (...gged\conjure/lua/conjure/client/clojure/nrepl/action.lua:337: Cursor position outside buffer): .nrepl-port ``` I have...

bug
help wanted
windows

In https://github.com/liquidz/vim-iced, there's so-called context aware evaluation, you can evaluate any inner range of any bindings, but it is required for user to provide value for those bindings. This could...

enhancement

If using Janet's stdio repl [1], evaluating the following form leads to `on-stray-output` being called sometimes: ```janet (do (print "out") (error "err")) ``` IIUC, this occurs because a callback (`cb`)...

Hello - love the project. It works great for managing Fennel REPLs by stdio. However, I am trying to use it to talk to an embedded Fennel REPL listening on...

enhancement
client-fennel