pub fn set_current(window: &Window) -> Option<()>
Sets the specified window as the current window in Neovim.
On failure, notifies Neovim of the error and returns None.
None