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

Tweak README to reflect that .nrepl-port is also created by Boot #302

Closed daveyarwood closed 5 years ago

daveyarwood commented 7 years ago

I use Boot and vim-fireplace with vim-salve, and I can attest that Boot creates .nrepl-port when starting a REPL via boot repl, which vim-fireplace/vim-salve then picks up on. There is no need to run :Connect 12345 when using Boot.

bbatsov commented 5 years ago

Note that nREPL's built-in cli will also create this file (at least in recent nREPL versions).