Function set_nvim_to_state

Source
fn set_nvim_to_state(
    state_arc: Arc<UiMutex<State>>,
    nvim: Neovim,
) -> NeovimClientAsync