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

Hi, I really like your plugin! I definitely think its the best way to do repl driven development in neovim! I would like to be able to use your plugin...

enhancement

It'd be awesome to get Conjure to provide completion for Common Lisp. I've looked far and wide, and couldn't find any suitable language server or other completion provider that's easy...

This may be a niche issue, but I have been unable to to call `(in-package)` and expect the REPL to stay latched onto the package/image I want to evaluate and...

bug
client-commonlisp

Similar Neovim setup as https://github.com/Olical/conjure/issues/481 , except I updated to Neovim 0.9.0 ; Opening the following file hangs the process entirely due to 100% CPU. Downgrading to Conjure 4.39.x or...

bug

@glyh reported in https://github.com/Olical/conjure/pull/495#issuecomment-1586154191: > ...further improvement on this maybe try to find if there's a way to implement "real" REPL, because the current implementation is using debug module, that...

bug
client-lua

For example, if we have lang tag `#lang r5rs`, the command for calling racket REPL should include be `racket -I r5rs`

enhancement
client-racket

**NVIM:** v0.8.3 **Clojure CLI:** version 1.11.1.1224 **Conjure:** latest release I'm trying to use Conjure on NVIM to develop ClojureScript, and it works okay, except I can't get detailed suggestions for...

bug
client-clojure

Here's a record [![asciicast](https://asciinema.org/a/Kw0McOtl7O6FlAFp6MTx1XhY5.svg)](https://asciinema.org/a/Kw0McOtl7O6FlAFp6MTx1XhY5)

bug

As title. I think that requires a lot of work because python have a lot of different build tool.

Hi, I love this extension. So much that I also want to use it when working with other language than clojure. I know there is already support for python, but...

enhancement
client-python