conjure
conjure copied to clipboard
Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
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)
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...
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...
(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...
Adding support for [Tangerine](https://github.com/udayvir-singh/tangerine.nvim) would be much appreciated.
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...
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...
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...