Olical / conjure

Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
https://conjure.oli.me.uk
The Unlicense
1.77k stars 109 forks source link

Integrate clj-kondo / babashka etc to supplement the REPL #145

Closed Olical closed 1 year ago

Olical commented 3 years ago

A few people in Clojurians Slack were wondering if we could use these tools when not connected to a REPL or if the go to def lookup fails for whatever reason. I think relying on these tools as a supplement is a really good idea!

rafaeldelboni commented 3 years ago

clojure-lsp is my default conjure supplement when I don't want to use repl I don't have time to wait an entire huge project evaluation, it's backend is using now clj-kondo, maybe you could use some inspiration, but I think this supplement could go in a separated plugin or as a config where you can set another plugin alternative to repl.

kkharji commented 3 years ago

This would be a great idea. I could have personal scratch buffer like emacs if something like this can workout.

glyh commented 1 year ago

Isn't this done already?

Olical commented 1 year ago

Not in the way I originally envisioned, but yes I guess. Babashka autorepl is very handy and LSP sort of handles everything else I could ever imagine with kondo. Agreed.