When using the default <c-x>e binding in opencode, it will open the prompt in your $EDITOR. When using this binding inside a nvim terminal (with opencode.nvim's provider being terminal), this results in a nested nvim instance.
Ideally, it should just use a buffer and not open a completly different instance.
/
No response