conjure
conjure copied to clipboard
Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
As title. The current approach let user specify which is the desired behavior. By default it use debug tools to store locals across evaluation. This can be improved with other...
Calls `(extract.prompt "")` yields `':silent! call repeat#set(",e", 1)\n'` _Originally posted by @glyh in https://github.com/Olical/conjure/issues/388#issuecomment-1207226305_
For example, nvim_set_keymap can now use callbacks, so you don't have to build a string on your own: ```lua vim.api.nvim_set_keymap('n', 'F', '', {callback = function() require('hop').hint_patterns({case_insensitive = false}) end, noremap...
I found that when you press `,tn` then you run current ns tests. And when you press `,tN` and you reside in normal buffer then you run the test namespace's...
Is it possible to make the inline results persist when you move the cursor to another line? Also how would I go about changing the inline virtual text color?
I am running into a slight issue at least with the Julia client, everything works great, but, if i run a bit of code that returns say a table with...
On windows I start the tutorial with :ConjureSchool, \eb lesson 1 (works fine), \ee inside commented form lesson 2 (works fine), \er inside the do form and the log buffer...
Hi, I've been looking in the documentation but I can't find a good way to prevent conjure from autoconnecting. I just want to activate conjure manually, because I use many...
`eb` works, but `ee` does not. The manual command `ConjureEval` works to advance the tutorial. For lesson 3, `er` does not work, but `
It's obvious that the various clients that aren't Clojure over nREPL are far more fiddly and brittle. Especially those that try to work over stdio. The solution to this, I...