Problem
#32471 developing/troubleshooting plugins has some friction because "restarting" Nvim requires quitting, then manually starting again, in some fashion.
Expected behavior
Implement :restart. It works like this:
- the UI client stops the nvim --embed server
- the UI client starts a new nvim --embed and attaches to it.