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
unlet g:loaded_clipboard_provider on clipboard reload
With the upstream merge of
neovim/neovim#10161
we can now safely reload the clipboard provider. There is no tagged
version of neovim with this yet but the only difference is the unlet
command which can be made to ignore errors if we are still running older
neovim version (i.e. <= 0.3.8).
0 commit comments