How to launch a terminal process similar to termopen()
builtin?
#197
Replies: 1 comment
-
Duplicate of #198. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
There are 2 functions that neovim provides that allows launching an external process and attaching that terminal to a buffer and allowing interaction -
termopen()
andjobstart()
. I do not see how I can get similar behavior using nvim-oxi.Can anyone help me out with this?
I am really stuck with this problem.
Beta Was this translation helpful? Give feedback.
All reactions