Did you check the docs?
Is your feature request related to a problem? Please describe.
Whenever I try to send text and another server is open it sends it there. If there are multiple serves open it asks which I would like to send it to. My problem is that I usually want to create a new server which means I have to manually start a new server, but then if I try to send text to it, it still sends it to the other server because its still selected.
Describe the solution you'd like
Change the server.start behavior to automatically select the server it starts.
Describe alternatives you've considered
I see a few other ways to improve this:
- Add an option to start a new server in the Select an `opencode` server menu
- Add a configuration option to change the default behavior to prefer creating a new server to send text to instead of looking for servers that were already open before the current NeoVim instance
Additional context
No response
Did you check the docs?
Is your feature request related to a problem? Please describe.
Whenever I try to send text and another server is open it sends it there. If there are multiple serves open it asks which I would like to send it to. My problem is that I usually want to create a new server which means I have to manually start a new server, but then if I try to send text to it, it still sends it to the other server because its still selected.
Describe the solution you'd like
Change the
server.startbehavior to automatically select the server it starts.Describe alternatives you've considered
I see a few other ways to improve this:
Additional context
No response