Fork me on GitHub
#conjure
<
2022-10-06
>
Ted Ciafardini15:10:56

Is there a setting to turn off the automatic bb repl?

Ted Ciafardini15:10:26

thanks, sorry didn’t google

Ted Ciafardini15:10:40

let g:conjure#client#clojure#nrepl#connection#auto_repl#enabled = "false"

Ted Ciafardini15:10:57

am I doing something wrong 😳

Olical15:10:45

False is v:false in viml and false in Lua. That's a string "false" which is true 😅

Ted Ciafardini15:10:34

I guess that’s why “true” worked for my other settings