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

Switch (remote) repl to namespace of current buffer #196

Closed instilled closed 9 years ago

instilled commented 9 years ago

Let me first thank you for your great vim libraries. They're a true time saver. I've recently switched from Emacs to vi for editing clojure. So far I'm really happy with how vim-fireplace handles things. But there's one thing I'm missing: switching the namespace in the repl to the buffer currently being edited. Thanks!

tpope commented 9 years ago

If you mean changing the namespace of your externally running lein repl or whatever, I don't think that's possible.

instilled commented 9 years ago

That's exactly what I meant. After thinking more about this I do agree this is not possible. This was only possible because the repl buffer was within emacs. Cheers for clarifying.