Struct neovim_lib::session::Session [] [src]

pub struct Session { /* fields omitted */ }

An active Neovim session.

Methods

impl Session
[src]

Connect to nvim instance via tcp

Connect to a Neovim instance by spawning a new one.

Connect to a Neovim instance by spawning a new one

Set call timeout

Start processing rpc response and notifications

Start processing rpc response and notifications

Sync call. Call can be made only after event loop begin processing

Wait dispatch thread to finish.

This can happens in case child process connection is lost for some reason.