Skip to content

Some questions about test running in nvim 0.10 and the plugin configuration in general #233

Answered by mrcjkb
x1a0 asked this question in Q&A
Discussion options

You must be logged in to vote

The background test_executor is only intended for tests, not runnables in general.
With the termopen executor, I don't think you can reattach (unless the buffer is still open, but hidden, in which case it would be a question of finding and switching back to the buffer).
The toggleterm executor (requires the toggleterm plugin) should be able to reattach, using the :Toggleterm <id> command, where <id> is the ID of the terminal (numbered starting from 1).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@x1a0
Comment options

@mrcjkb
Comment options

Answer selected by x1a0
@mrcjkb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants