Module nvim_utils::prelude

source ·
Expand description

Includes mlua::prelude, vim, vim::ext::log and mlua::serde if the corresponding features are enabled

Re-exports

  • pub use crate::vim;
    vim
  • pub use crate::vim::ext::log;

Structs

Enums

  • Error type returned by mlua methods.
  • Mode of the Lua garbage collector (GC).
  • Kinds of metamethods that can be overridden.
  • Status of a Lua thread (or coroutine).
  • A dynamically typed Lua value. The String, Table, Function, Thread, and UserData variants contain handle types into the internal Lua state. It is a logic error to mix handle types between separate Lua instances, and doing so will result in a panic.

Traits

Type Definitions