Function nvim_buf_attach

Source
pub fn nvim_buf_attach(
    lua: &Lua,
    buffer: u64,
    send_buffer: bool,
    opts: LuaTable<'_>,
) -> LuaResult<()>
Available on crate feature vim only.
Expand description

Corresponds to vim.api.nvim_buf_attach