conjure

dpsutton 2024-06-11T15:41:06.905619Z

i’m helping a coworker switch to the darkside from JS. He’s using neovim and conjure. I’m trying to find the shortcut to require a namespace and not seeing anything. I’ve seen there’s <leader> e b to evaluate the buffer, but this prevents metadata from being read so it lacks line data from the repl requiring (and then source won’t work). Does anyone know how to send a (require <current-ns> :reload) to the repl?

dave 2024-06-11T23:06:04.733909Z

I usually save the file and then do <leader>ef

dave 2024-06-11T23:06:20.201199Z

Not sure if that addresses the thing you're talking about or not