Crate nvim_oxi

source ·
Expand description

§Rust bindings to all things Neovim

This library provides safe bindings to the API exposed by the Neovim text editor.

Modules§

Macros§

  • Same as std::dbg! but writes to the Neovim message area instead of stdout.
  • Same as std::print! but writes to the Neovim message area instead of stdout.

Structs§

Enums§

Functions§

Type Aliases§

  • nvim-oxi’s result type.

Attribute Macros§

  • Marks the plugin entrypoint.
  • testtest
    Tests a piece of code inside a Neovim session.