Crate nvim_oxi_luajit
source ·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.
Enums§
Traits§
- A trait for types that can be converted into a
Result. - Trait implemented for types that can be popped off the Lua stack.
- Trait implemented for types that can be pushed onto the Lua stack.
Functions§
- init⚠Initializes the Lua state.
- Executes a function with access to the Lua state.