nvim_chan_send

Function nvim_chan_send 

Source
pub fn nvim_chan_send(lua: &Lua, chan: i32, data: &str) -> LuaResult<()>
Available on crate feature unstable only.
Expand description

Corresponds to vim.api.nvim_chan_send