Replies: 1 comment
-
You can't connect to one that's running because we run Python as a sub-process under Neovim and talk to it over stdio. If there is a Python implementation of a networked REPL, then maybe we can adopt that as an option soon which could work over a network like the Clojure nREPL solution does for example. If you want to eval on a remote machine, you could try overriding the command that Conjure launches for the Python sub-process and replace it with an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
like the tile, I wonder if I can vim with conjure locally but evaluate it on a remote python repl?
Beta Was this translation helpful? Give feedback.
All reactions