You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I set g:GuiInternalClipboard. On startup, I get “Unknown error type: Wait timeout (nvim_command)”. On starting nvim directly with all the same command-line parameters except --embed, I get the error indicated in the bug title.
It seems the documented way to implement a custom clipboard provider is more like this, which seems to work:
Describe the bug
I set
g:GuiInternalClipboard
. On startup, I get “Unknown error type: Wait timeout (nvim_command)”. On startingnvim
directly with all the same command-line parameters except--embed
, I get the error indicated in the bug title.It seems the documented way to implement a custom clipboard provider is more like this, which seems to work:
Technical information (please complete the following information):
The text was updated successfully, but these errors were encountered: