Function nvim_oxi_api::create_buf
source ยท pub fn create_buf(is_listed: bool, is_scratch: bool) -> Result<Buffer, Error>Expand description
Binding to nvim_create_buf().
Creates a new, empty, unnamed buffer.
pub fn create_buf(is_listed: bool, is_scratch: bool) -> Result<Buffer, Error>Binding to nvim_create_buf().
Creates a new, empty, unnamed buffer.