Module nvim_rs::exttypes

source ·
Expand description

Buffers, windows, tabpages of neovim

Structs§

  • A struct representing a neovim buffer. It is specific to a Neovim instance, and calling a method on it will always use this instance.
  • A struct representing a neovim tabpage. It is specific to a Neovim instance, and calling a method on it will always use this instance.
  • A struct representing a neovim window. It is specific to a Neovim instance, and calling a method on it will always use this instance.