tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

Is it possible to disable autoconnect? #179

Closed rsslldnphy closed 10 years ago

rsslldnphy commented 10 years ago

I'd like to be able to open a clojure file without fireplace autoconnecting (for when I want to make a quick edit and don't need to eval anything). Is there a way to disable autoconnecting?

tpope commented 10 years ago

It autoconnects on first eval, not on loading the file.

rsslldnphy commented 10 years ago

Oh. Ta. I don't know what I must have done, but vim was hanging when I opened a clojure file, I assumed it was JVM startup. But it doesn't seem to be happening anymore.