Module tokio

Source
Available on crate feature use_tokio only.
Expand description

Functions to spawn a neovim session using tokio

Functionsยง

new_child
Connect to a neovim instance by spawning a new one
new_child_cmd
Connect to a neovim instance by spawning a new one
new_child_handshake_cmd
Connect to a neovim instance by spawning a new one and send a handshake message. Unlike new_child_cmd, this function is tolerant to extra data in the reader before the handshake response is received.
new_child_path
Connect to a neovim instance by spawning a new one
new_parent
Connect to the neovim instance that spawned this process over stdin/stdout
new_path
Connect to a neovim instance via unix socket (Unix) or named pipe (Windows)
new_tcp
Connect to a neovim instance via tcp