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