Module nvim_utils::builder

source ·
Available on crate feature builder only.
Expand description

Builder pattern for creating lua modules in a readable, declarative way

Structs

  • Wraps some of the boilerplate for building a lua module using mlua in a nice builder pattern.
    Includes functions for operating on a reference to the builder, as well as for consuming the builder.