Available on crate feature
use_tokio only.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