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, fennel completion list doesn't look correct as shown in below screenshot. I'd expect only those os functions in the list. However, it seems conjure always includes lots of nvim...

bug
client-fennel

The log buffer is great for scrolling through output, but there are a few annoyances with it when using LSP and Treesitter: - LSP will report errors like "unrecognized symbol,"...

enhancement

I tried executing something very simple '(+1 2)' it appears that it does not execute at all. ``` ; Sponsored by @campbellr ❤ ; -------------------------------------------------------------------------------- ; "hy --repl-output-fn=hy.repr" (started) ;...

bug
client-hy

Long time no see, Olical :) We already have rust evaluation support, but it's not that useful because evcxr is painfully slow. However, this new rust REPL is very fast....

client-rust

When I edit Janet files with conjure installed, the auto-completion behaves strangely: As soon as there is no match left (while typing more characters), I suddenly get a list of...

enhancement
client-janet

![image](https://github.com/Olical/conjure/assets/32973761/22514450-778c-4375-90cc-ad780f11ca8f) When trying to print things or get values from an async implementation usually the thing you wanna spill out will not show unless is the last action of a...

question
client-clojure

As requested by `rwaweber` on Discord. ![image](https://github.com/Olical/conjure/assets/315229/b6535a5f-bb4f-4fcd-bcd2-a7b81c56260c) This behaviour can be found in Emacs + CIDER, we should borrow the idea. It should _not_ be implemented in a single client...

enhancement

As requested by @dharrigan, we should support both methods. We should add an enum option that lets you swap to the new method easily. It should use the same mappings...

enhancement
client-clojure

Users should be able to lazy load the plugin without any special configuration or manual requires and function invocations. I do this in `nfnl`, it _should_ be possible here. I...

enhancement

Hitting `,lR` to hard reset the log (rebuild the buffer completely) results in this error for me. ``` "conjure-log-30324.cljc" [New] E5108: Error executing lua: Vim:Error executing Lua callback: Vim(bwipeout):E315: ml_get:...

bug